G
Guest
I am using Access 2003 on WindowsXP SP2.
I have retrieved data using the getrows method in access, and want to put
this data into a temperary excel workbook/spreadsheet object to display
and/or print. I thought that it would be as simple as setting a range equal
to the array, the opposite of setting an arrayequal to a range. Only problem
with this, is that Microsoft in all their wisdom(a bit of sarcasm
)
reversed the index of the arrays from access to excel. In access, the field
index is first but in excel the row index is first. This make my data table
hard to read. Is there a simple way (without having to step through the array
and reverse the indexes) to do this?
Thanks in advance
I have retrieved data using the getrows method in access, and want to put
this data into a temperary excel workbook/spreadsheet object to display
and/or print. I thought that it would be as simple as setting a range equal
to the array, the opposite of setting an arrayequal to a range. Only problem
with this, is that Microsoft in all their wisdom(a bit of sarcasm

reversed the index of the arrays from access to excel. In access, the field
index is first but in excel the row index is first. This make my data table
hard to read. Is there a simple way (without having to step through the array
and reverse the indexes) to do this?
Thanks in advance