Hello,
I am sure that this has already been developed, but I couldn't find the answer or method.
Objective:
To create a macro in Excel that will automatically save each sheet as a separate file to a specific folder that is selectable with the file name pulled from a cell in the same sheet.
Example:
select save folder location
'I = the physical sheet number and not the sheet name
I = 1
Input: Sheet1, Cell A1 = Bob
Output: Bob.pdf
GOTO: I = I + 1
Input: Sheet2, Cell A1 = Frank
Output: Frank.pdf
-----
There are about 50 files that have 50 plus sheets so that is why I cannot do this manually. Each sheet is named differently too.
Thank you for the help,
Mike
I am sure that this has already been developed, but I couldn't find the answer or method.
Objective:
To create a macro in Excel that will automatically save each sheet as a separate file to a specific folder that is selectable with the file name pulled from a cell in the same sheet.
Example:
select save folder location
'I = the physical sheet number and not the sheet name
I = 1
Input: Sheet1, Cell A1 = Bob
Output: Bob.pdf
GOTO: I = I + 1
Input: Sheet2, Cell A1 = Frank
Output: Frank.pdf
-----
There are about 50 files that have 50 plus sheets so that is why I cannot do this manually. Each sheet is named differently too.
Thank you for the help,
Mike