Hi,
I am trying to automate an HR report and have a list of names I want to copy and paste 1 at a time into a predefined report.
I've got the VBA sorted for the distribution and all the formulae set to update the report but the copy and paste has me completely stumped.
Names are in Sheet1!A1:A50
I want VBA to copy Sheet1!A1 to Sheet2!A1 then run the distribution code
then
Copy Sheet1!A2 to Sheet2!A1 run the code
Copy Sheet1!A3 to Sheet2!A1 run the code
etc
Over time the 50 names in Sheet1!A1:A50 will grow so i know there needs to be stop when the last name is copied,pasted and distributed.
Some help would be great
Thanks
John
I am trying to automate an HR report and have a list of names I want to copy and paste 1 at a time into a predefined report.
I've got the VBA sorted for the distribution and all the formulae set to update the report but the copy and paste has me completely stumped.
Names are in Sheet1!A1:A50
I want VBA to copy Sheet1!A1 to Sheet2!A1 then run the distribution code
then
Copy Sheet1!A2 to Sheet2!A1 run the code
Copy Sheet1!A3 to Sheet2!A1 run the code
etc
Over time the 50 names in Sheet1!A1:A50 will grow so i know there needs to be stop when the last name is copied,pasted and distributed.
Some help would be great
Thanks
John