Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() I create spreadsheets that get sent out to the business, and I'm very bad at remembering to reset the sheet to the starting sheet. How do I set the workbook up so it always opens on a particular worksheet? Is it easy? Many thanks, Chris -- Tibbs ------------------------------------------------------------------------ Tibbs's Profile: http://www.excelforum.com/member.php...o&userid=15947 View this thread: http://www.excelforum.com/showthread...hreadid=563584 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Tibbs
You can use the open event of the workbook to select the sheet you want Copy this in the thisworkbook module Private Sub Workbook_Open() Sheets("YourSheet").Select End Sub -- Regards Ron de Bruin http://www.rondebruin.nl "Tibbs" wrote in message ... I create spreadsheets that get sent out to the business, and I'm very bad at remembering to reset the sheet to the starting sheet. How do I set the workbook up so it always opens on a particular worksheet? Is it easy? Many thanks, Chris -- Tibbs ------------------------------------------------------------------------ Tibbs's Profile: http://www.excelforum.com/member.php...o&userid=15947 View this thread: http://www.excelforum.com/showthread...hreadid=563584 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Brilliant! That worked... Chris -- Tibbs ------------------------------------------------------------------------ Tibbs's Profile: http://www.excelforum.com/member.php...o&userid=15947 View this thread: http://www.excelforum.com/showthread...hreadid=563584 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copy Worksheet from one Workbook to another Workbook | Excel Discussion (Misc queries) | |||
Copying A Worksheet From Each Open Workbook to an new Workbook | Excel Worksheet Functions | |||
copy worksheet to another workbook | Excel Discussion (Misc queries) | |||
Starting a MS Excel workbook with a particular worksheet | Excel Discussion (Misc queries) |