I am creating different worksheets for each Contact.
On each contact (or worksheet) I have labels like Name, Address and so on.
I can have the worksheets created on the fly, but can not copy the Name, Address on the other worksheets.
Please, add any code. Thanks!
<%
'Variables
varName =...
'Create the Excel Object
Set xlApp = Server.CreateObject("Excel.Application")
'Getting the Template from server
Set xlWb = xlApp.Workbooks.Add (Server.MapPath ("/folderPath/Template1.xlt"))
'Create new worksheets but after 3 I need other
'worksheets with the template from...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.