Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hello everyone. I am creating workbooks that will have to be opened and
completed by a large number of people. The workbooks contain multiple sheets. I would like the workbook to always open up on the first worksheet. I understand that if I save it on the first sheet it will open on that sheet when the person opens it. However, if they save it on a different sheet or if they send it to someone else when they've saved it on a different sheet I would like it to always open to the first one. Thanks in advance |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
hi
put this in the this workbook module. Private Sub Workbook_Open() Sheets("yoursheet").Activate End Sub "learningguru1978" wrote: Hello everyone. I am creating workbooks that will have to be opened and completed by a large number of people. The workbooks contain multiple sheets. I would like the workbook to always open up on the first worksheet. I understand that if I save it on the first sheet it will open on that sheet when the person opens it. However, if they save it on a different sheet or if they send it to someone else when they've saved it on a different sheet I would like it to always open to the first one. Thanks in advance |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thank you FSt1. I'm sorry, but I am not sure what you mean by workbook
module. Can you please explain? "FSt1" wrote: hi put this in the this workbook module. Private Sub Workbook_Open() Sheets("yoursheet").Activate End Sub "learningguru1978" wrote: Hello everyone. I am creating workbooks that will have to be opened and completed by a large number of people. The workbooks contain multiple sheets. I would like the workbook to always open up on the first worksheet. I understand that if I save it on the first sheet it will open on that sheet when the person opens it. However, if they save it on a different sheet or if they send it to someone else when they've saved it on a different sheet I would like it to always open to the first one. Thanks in advance |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks FSt1. I am not sure what you mean by workbook module. Can you
explain that please? "FSt1" wrote: hi put this in the this workbook module. Private Sub Workbook_Open() Sheets("yoursheet").Activate End Sub "learningguru1978" wrote: Hello everyone. I am creating workbooks that will have to be opened and completed by a large number of people. The workbooks contain multiple sheets. I would like the workbook to always open up on the first worksheet. I understand that if I save it on the first sheet it will open on that sheet when the person opens it. However, if they save it on a different sheet or if they send it to someone else when they've saved it on a different sheet I would like it to always open to the first one. Thanks in advance |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
hi
sorry. press alt+F11. this will bring up the vb editor. in the project window(far left), expand your project(file). read down the tree and double click "thisworkbook" in the code window(big white widow mid far right),chick the left drop down. it should say (general). from the selection, choose "workbook" this code should default it Private Sub Workbook_Open() End Sub paste the single line of code i posted. sheets("yoursheet").activate substitute "yoursheet" for the sheet name you wish the file to open to. done. save and close. open to test. regards FSt1 "learningguru1978" wrote: Thank you FSt1. I'm sorry, but I am not sure what you mean by workbook module. Can you please explain? "FSt1" wrote: hi put this in the this workbook module. Private Sub Workbook_Open() Sheets("yoursheet").Activate End Sub "learningguru1978" wrote: Hello everyone. I am creating workbooks that will have to be opened and completed by a large number of people. The workbooks contain multiple sheets. I would like the workbook to always open up on the first worksheet. I understand that if I save it on the first sheet it will open on that sheet when the person opens it. However, if they save it on a different sheet or if they send it to someone else when they've saved it on a different sheet I would like it to always open to the first one. Thanks in advance |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I got it to work! Thank you so much!!!
"FSt1" wrote: hi sorry. press alt+F11. this will bring up the vb editor. in the project window(far left), expand your project(file). read down the tree and double click "thisworkbook" in the code window(big white widow mid far right),chick the left drop down. it should say (general). from the selection, choose "workbook" this code should default it Private Sub Workbook_Open() End Sub paste the single line of code i posted. sheets("yoursheet").activate substitute "yoursheet" for the sheet name you wish the file to open to. done. save and close. open to test. regards FSt1 "learningguru1978" wrote: Thank you FSt1. I'm sorry, but I am not sure what you mean by workbook module. Can you please explain? "FSt1" wrote: hi put this in the this workbook module. Private Sub Workbook_Open() Sheets("yoursheet").Activate End Sub "learningguru1978" wrote: Hello everyone. I am creating workbooks that will have to be opened and completed by a large number of people. The workbooks contain multiple sheets. I would like the workbook to always open up on the first worksheet. I understand that if I save it on the first sheet it will open on that sheet when the person opens it. However, if they save it on a different sheet or if they send it to someone else when they've saved it on a different sheet I would like it to always open to the first one. Thanks in advance |
#7
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
you are welcome.
regards FSt1 "learningguru1978" wrote: I got it to work! Thank you so much!!! "FSt1" wrote: hi sorry. press alt+F11. this will bring up the vb editor. in the project window(far left), expand your project(file). read down the tree and double click "thisworkbook" in the code window(big white widow mid far right),chick the left drop down. it should say (general). from the selection, choose "workbook" this code should default it Private Sub Workbook_Open() End Sub paste the single line of code i posted. sheets("yoursheet").activate substitute "yoursheet" for the sheet name you wish the file to open to. done. save and close. open to test. regards FSt1 "learningguru1978" wrote: Thank you FSt1. I'm sorry, but I am not sure what you mean by workbook module. Can you please explain? "FSt1" wrote: hi put this in the this workbook module. Private Sub Workbook_Open() Sheets("yoursheet").Activate End Sub "learningguru1978" wrote: Hello everyone. I am creating workbooks that will have to be opened and completed by a large number of people. The workbooks contain multiple sheets. I would like the workbook to always open up on the first worksheet. I understand that if I save it on the first sheet it will open on that sheet when the person opens it. However, if they save it on a different sheet or if they send it to someone else when they've saved it on a different sheet I would like it to always open to the first one. Thanks in advance |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
contact page to be the first page I see when I open outlook | New Users to Excel | |||
Open Workbook At A Set Page | Excel Discussion (Misc queries) | |||
when i open a excel doc , it open muiltple page not related? | Excel Discussion (Misc queries) | |||
Forcing Columns to Next Page | Excel Discussion (Misc queries) | |||
Forcing page breaks | Excel Discussion (Misc queries) |