Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I have the following:
Cells.Select Selection.Find(What:="1/07/2005", After:=ActiveCell, LookIn:=xlFormulas, _ LookAt:=xlPart, SearchOrder:=xlByRows, SearchDirection:=xlNext, _ MatchCase:=False, SearchFormat:=False).Activate Range("H95").Select But, instead of the date that it is finding I want it to search for a date that I previously copied in the macro. So literally: Selection.Find(What:=Paste...... Can this be done somehow? -- http://www.redbrick.dcu.ie/~pele |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Creating a macro to find duplicate names | Excel Discussion (Misc queries) | |||
Macro - message box if find nothing | Excel Discussion (Misc queries) | |||
Can't find macro in an Excel file to delete it | Excel Discussion (Misc queries) | |||
Macro / Compile Error / Duplicate Declaration | Excel Worksheet Functions | |||
Date macro | Excel Discussion (Misc queries) |