S
Santiago Gomez
Hello,
I am exporting data from access to excel.
I want to get the last cell to use in the graph range, but it seems like
access doesnt go to the excel application as it run this code, so nothing
happens.
rngLastCell = ActiveCell.SpecialCells(xlCellTypeLastCell).AddressLocal
If I debug and stop it just before this line, and select the excel app
manually, it works.
can anyone tell me what I need?
thanks
I am exporting data from access to excel.
I want to get the last cell to use in the graph range, but it seems like
access doesnt go to the excel application as it run this code, so nothing
happens.
rngLastCell = ActiveCell.SpecialCells(xlCellTypeLastCell).AddressLocal
If I debug and stop it just before this line, and select the excel app
manually, it works.
can anyone tell me what I need?
thanks