Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I use the below code in a macro that I run every day,
been running it for about 2 months now. Its always worked fine up until last week it started returning a "variable not set error". I'm baffled I have tried every thing I could think of including recording it again but... shrugs Any ideas? Cells.Find(What:="Current Unapplied Payment Balance:", _ After:=ActiveCell, LookIn:=xlFormulas, LookAt:=xlPart,_ SearchOrder:=xlByRows, SearchDirection:=xlNext, _ MatchCase:=False).Activate |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Find First Non blank cell than find column header and return that value | Excel Worksheet Functions | |||
where to put results of find operation in find and replace functio | Excel Worksheet Functions | |||
Despite data existing in Excel 2002 spreadsheet Find doesn't find | Excel Discussion (Misc queries) | |||
How do I find a file/spreadsheet that Excel says is Already open but I can't find it? | Excel Discussion (Misc queries) | |||
backwards find function to find character in a string of text | Excel Programming |