hi,
i have a woork book with a list of names and numbers
for ex:
Jhon B 123
Katy C 45
Tom vxc 78
and i want to create a vba function that will create a new work book for each name:
Jhon B.xls
Katy C.xls
Tom vxc.xls
and that each one of them will be with template and that the function will insert the name and the number to two predefined cells?
i cant figure how to do this..
(i know that theoritcly i need a while loop that will go trough all the rows and for each will create a file with the data from the first column,but dont know how to input inside the file that have to be with template)
Bookmarks