Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks for the feedback and apologies.
Would have saved you some time and effort if I had explained the part about InsertNameDefine first time around. Gord On Tue, 22 Aug 2006 16:03:12 -0700, rob wrote: Gord, Thanks, it works great! Rob "Gord Dibben" wrote: Rob StartPoint is a named range created by going to InsertNameDefineAddType in StartPoint In the refers to box enter =Sheet1!A242 where Sheet1 is the name of your sheet. Close and try again. Gord On Tue, 22 Aug 2006 14:42:01 -0700, rob wrote: Gord, Thanks for the help, but the code you gave me didn't work. It comes back as "Run-time error '1004'. I pasted it in as worksheet code and replaced StartPoint with A242, got same message. Tried different ways for reference and got same message, not a valid reference. The cell is empty, does that make a difference? "Gord Dibben" wrote: Rob Private Sub Worksheet_Activate() Application.Goto Reference:="StartPoint", Scroll:=True End Sub Name A242 as startpoint. Copy/paste the code to your worksheet module. Gord Dibben MS Excel MVP On Mon, 21 Aug 2006 10:13:02 -0700, rob wrote: I have code to open a workbook at a specific worksheet. This works great! I still want to be able to do this along with being able to open any other worksheet at a specific cell. In other words, I want to click on a worksheet and have cell A242 be in the upper left corner. Does anyone have code to accomplish this? rob |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
insert date | Excel Worksheet Functions | |||
linking a cell with a specific letter value to a cell with a formu | Excel Worksheet Functions | |||
How do I insert the filename to a specific cell of the worksheet? | Excel Discussion (Misc queries) | |||
Conversion of Cell Contents into a Functional Worksheet name ? | Excel Worksheet Functions | |||
Open workbook to specific worksheet | Excel Discussion (Misc queries) |