tonywatsonhelp
Well-known Member
- Joined
- Feb 24, 2014
- Messages
- 3,210
- Office Version
- 365
- 2019
- 2016
- Platform
- Windows
Hi Everyone,
I need a macro that will do the following.
In sheets "Control" take the list a clients names from Column G,
Go To "Bookings" sheet and look for each clients name down column 1.
Now each client will have multiple entries so we need to find their last row.
once found insert a row below it and run my macro "Tonys Data"
now "Tonys data" needs to know what rows was just inserted so if you can record the inserted row as "Insrow" that would be great (i can deal with from there lol)
then do the same with the next and the next until they are all done.
if any name is not already in the List run macro on lastrow +1
Thanks
Tony
I need a macro that will do the following.
In sheets "Control" take the list a clients names from Column G,
Go To "Bookings" sheet and look for each clients name down column 1.
Now each client will have multiple entries so we need to find their last row.
once found insert a row below it and run my macro "Tonys Data"
now "Tonys data" needs to know what rows was just inserted so if you can record the inserted row as "Insrow" that would be great (i can deal with from there lol)
then do the same with the next and the next until they are all done.
if any name is not already in the List run macro on lastrow +1
Thanks
Tony