Hey again,
I'm running this Macro from my main Workbook: "New_Reconciliation." The macros last command has me Active in Workbook "Cadet" (both Workbooks are now open).
The below is supposed to take the value from the Named Range "Last_601" which is located in "New_Reconciliation." and find that value in "Cadet."
I'm getting the error: Run-time Error: 1004 Application Defined or Object Defined Error
When I scroll over the code: MySearch = Range("Last_601").String I get the messages:
MySearch=Empty
Quick Watch gives me MySearch Value <Out of Context> and Range <Expression not Defined in Context>
Anyone got any great insights??![]()
Please Login or Register to view this content.
PS I declared Dim Last_601 As String above in the coding in case anyone thought I had forgot.
Bookmarks