I want VBA code to save excel it to pdf format.
Requirement -
Data in excel : Sheet 1 will have template and sheet 2 will have all the name :
Currently i am copy and pasting the below function,
i have names in sheet 2 from A1 to A10 cell and i will copy the name and paste to specific cell in sheet 1 (SO that the name will be in template) and click on print, create new folder in the name specified in sheet 2 and save the same. this will be repeated till the sheet 2 - A10 cell is reached.
Can some one help me with the coding.
Thanks