ChuckDrago
Active Member
- Joined
- Sep 7, 2007
- Messages
- 470
- Office Version
- 2010
- Platform
- Windows
Hi everyone,
I have a large table which is queried by a macro to find a specific record. If the queried record exists, then it is retrieved for editing. If it does not, a message announces its omission and then the user creates it.
I am using VLookup, using the Part Number (record ID) as the search key. If a match is found, I'd like to obtain the ROW NUMBER corresponding to such record in the source table.
How?
Thanks,
Chuck
I have a large table which is queried by a macro to find a specific record. If the queried record exists, then it is retrieved for editing. If it does not, a message announces its omission and then the user creates it.
I am using VLookup, using the Part Number (record ID) as the search key. If a match is found, I'd like to obtain the ROW NUMBER corresponding to such record in the source table.
How?
Thanks,
Chuck