Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am trying to figure out a way to do this in Excel.
I would like the focus to be on the first cell of the first worksheet when the workbook is opened - every time. Can this be done in VBA? Thanks for any help. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
ALT+F11 to open vb editor. Double click 'Thisworkbok' and paste the code below in on the right Private Sub Workbook_Open() Application.Goto Sheets(1).Range("A1") End Sub Mike "chickalina" wrote: I am trying to figure out a way to do this in Excel. I would like the focus to be on the first cell of the first worksheet when the workbook is opened - every time. Can this be done in VBA? Thanks for any help. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
On open goto today | Excel Discussion (Misc queries) | |||
focus | Excel Discussion (Misc queries) | |||
Why are my inserted photos out of focus when I open excel? | Excel Discussion (Misc queries) | |||
tool tip to open when the cell has the focus | Excel Worksheet Functions | |||
Focus | Excel Worksheet Functions |