I have an Excel sheet with two columns of data. Column A has the desired new workbook names and Column B's adjacent cell has the data I want in the new work book.
So if 032411
is in column A and 50
is in column B then the macro would create a new workbook named 032411
and 50
would be in cell A1
of that workbook.
You can use this:
In case you have several files to generate, you can alternatively use the
application.ScreenUpdating = False
.