Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I m trying below code Sub Macro1() Application.Goto Reference:="Sheet1!RC" Selection.Copy Application.Goto Reference:="'Sheet2'!RC" Cells.Find(What:="NOV08987", After:=ActiveCell, LookIn:=xlFormulas, _ LookAt:=xlPart, SearchOrder:=xlByRows, SearchDirection:=xlNext, _ MatchCase:=False, SearchFormat:=False).Activate Application.CutCopyMode = False End Sub but at "NOV08987" I want to use sheet1!A1 Kindly Thanks in advance for any tip or hint. -- India |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro recorded... tabs & file names changed, macro hangs | Excel Worksheet Functions | |||
Recorded macro | Excel Discussion (Misc queries) | |||
Recorded single column insert in macro. Macro inserts two not one | Excel Programming | |||
How to FIX Recorded Macro | Excel Discussion (Misc queries) | |||
Creating a macro which presses a button containing a recorded macro | Excel Programming |