S
Steve
I want to have a loop
For loopnum = 1 To 10
In the loop I want to create a new worksheet in each
loop, name the sheet the sheets number spelled out
("one", "two", "three" ...) and write the name of the
sheet in cell A1 of each sheet.
How do I do that ?
Thanks
Steve
For loopnum = 1 To 10
In the loop I want to create a new worksheet in each
loop, name the sheet the sheets number spelled out
("one", "two", "three" ...) and write the name of the
sheet in cell A1 of each sheet.
How do I do that ?
Thanks
Steve