Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How do i write a code which allows sheet1 to be shown
first upon opening a workbook? I have a series of userforms ranging from 1 to 10 which activates when opening sheet1. at Userform10, i have command button which allows user to click and close all the forms and activate sheet 2 instead. how do i write the code? Thanks in advance :) |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
To display sheet1 on opening the workbook:
Sub Auto_Open() Sheets("sheet1").select End Sub To go to sheet2, use Sheets("sheet2").select Bob Flanagan Macro Systems http://www.add-ins.com Productivity add-ins and downloadable books on VB macros for Excel "paradise" wrote in message m... How do i write a code which allows sheet1 to be shown first upon opening a workbook? I have a series of userforms ranging from 1 to 10 which activates when opening sheet1. at Userform10, i have command button which allows user to click and close all the forms and activate sheet 2 instead. how do i write the code? Thanks in advance :) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
I need some help with userforms | Charts and Charting in Excel | |||
I need some help with userforms | Excel Discussion (Misc queries) | |||
UserForms | Excel Discussion (Misc queries) | |||
Userforms | Excel Programming | |||
Userforms | Excel Programming |