Hi
I hope my header gives sufficient data . I have an excel sheet which has a list of data on which each row gives particular data i want to copy into a blank template, save as a new named file based on some of ththe data carried over and then reopen blank template again and continue to next in list until there is no data left, the various steps i believe are
1. Open template.xls from c:\
2. go to list.xls
3. go to sheet 1 . Select first line / row of range a1:k20. Copy
4. Paste into Template.xls sheet1. range(a1)
5. Saveas file . filename ("a1") & ("c1") & "text". xls
6. close
7 go back to list.xls
start 1 again select next loop til end
I realise this isn't written in vba code , but if someone could guide me to a sub that would work in this that would be great.
thanks again for any help on this
Best regards
Barry
I hope my header gives sufficient data . I have an excel sheet which has a list of data on which each row gives particular data i want to copy into a blank template, save as a new named file based on some of ththe data carried over and then reopen blank template again and continue to next in list until there is no data left, the various steps i believe are
1. Open template.xls from c:\
2. go to list.xls
3. go to sheet 1 . Select first line / row of range a1:k20. Copy
4. Paste into Template.xls sheet1. range(a1)
5. Saveas file . filename ("a1") & ("c1") & "text". xls
6. close
7 go back to list.xls
start 1 again select next loop til end
I realise this isn't written in vba code , but if someone could guide me to a sub that would work in this that would be great.
thanks again for any help on this
Best regards
Barry