C
Candyman
How do I bring back 6 values from an excel Range? I want to populate an array
and based on that array create multiple reports usingthe excel file.
I have:
Set xlsApp = CreateObject("Excel.Application")
With xlsApp.Application
.Workbooks.Open TemplateFile
.Visible = True
.for each c in range(Rng_LOB)
but it does not like a loop?
and based on that array create multiple reports usingthe excel file.
I have:
Set xlsApp = CreateObject("Excel.Application")
With xlsApp.Application
.Workbooks.Open TemplateFile
.Visible = True
.for each c in range(Rng_LOB)
but it does not like a loop?