Hi there,
I am relatively new to VBA, and in particularly any form of scripting/programming so any help would be appreciated
I have two workbooks, one for active clients and one for all clients (past and present) that I am working with. What I am after is a macro that once I have I finished with a client, it will put a data stamp in my other workbook called "AllClients.xlsx",
I am trying to search for the value I have in one workbook in cell "D6" of my activesheet, which is a unique client identification number, and look for the same value in another workbook called AllClients.xlsx in Sheet "AllClients", in Column A, and insert the date in the correct row in column D
What I am getting is Run-time error '1004' Application-defined or object-defined error.
The code that I do have is as follows:
Any help would be greatly appreciated![]()
Please Login or Register to view this content.
Bookmarks