Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Below is the current code I am using. If the "Goto" cell
in Sub find () is in Sheet1 then there is no problem. If the "Goto" cell is in Sheet2 I get a user defined/object defined error??? Public MyCellAddr As String Sub DefineCellAddress() MyCellAddr = "''" & ActiveCell.Parent.Name & "'!" & ActiveCell.address Worksheets("Sheet1").Range("A1").Value = MyCellAddr End Sub Sub find() Application.Goto Range(Range("Sheet1!A1").Value), True End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Average With < Continued | Excel Worksheet Functions | |||
Median continued | Excel Discussion (Misc queries) | |||
If then statement continued! | Excel Discussion (Misc queries) | |||
Continued.....answer 8 - 1.2 = 6.2 from a formula | Excel Worksheet Functions | |||
Finding Totals...Continued | Excel Programming |