G
Guest
I am trying to use late binding techniques to open Excel, load it with data
and format the data. I am using Set xlApp =
CreateObject("Excel.Application") to create the instance of Excel, but having
problems with the excel properties. For example:
..Orientation = xlLandscape
..HorizontalAlignment = xlRight
..HorizontalAlignment = xlLeft
It appears to be the reference of the xl* constants.
How do i deal with this problem?
and format the data. I am using Set xlApp =
CreateObject("Excel.Application") to create the instance of Excel, but having
problems with the excel properties. For example:
..Orientation = xlLandscape
..HorizontalAlignment = xlRight
..HorizontalAlignment = xlLeft
It appears to be the reference of the xl* constants.
How do i deal with this problem?