Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Hi All I'm using this code when I open my workbook. Private Sub Workbook_Open() Dim mysheets As Sheets Set mysheets = Worksheets(Array(1)) For Each Sheet In mysheets Sheets("ShareSheet").ScrollArea = "A1:J27" Next End Sub I'd like cell A200 to be selected and have the cursor box on it on opening the worksheet. I'm trying to place this line in the code : Application.Goto Reference:="R200C1" but can't get it to work. Can someone advise please? Grateful for any assistance. Best Wishes |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
What Instruction? | Excel Discussion (Misc queries) | |||
Blocking Cells if instruction not followed | Excel Discussion (Misc queries) | |||
how do I display an instruction in a cell? | Excel Discussion (Misc queries) | |||
How do I delete an instruction box? | Excel Worksheet Functions | |||
template for works instruction | New Users to Excel |