Microsoft
Software
Hardware
Network
Question : Transfer data from Access to Excel
I need to transfer 19k rows of data from access to excel.
Since excel only supports 16k, i need to split the data and put it in two tabs.
How i could achieve this? is it possible through vba coding?
Answer : Transfer data from Access to Excel
where are you executing the codes?
we are exporting to excel...
try this
open the table
From Access Menu,
Tools > Office Links > Analyze it with excel
did it work?
Random Solutions
Access VBA
SBS 2008 iis7 problem
Unrecognized database format
Get all realted downloads to a subcategory
Windows 2008 Terminal Server Mandatory profile error
cannot view MS Office Documents in IE6
Update a column from another table colum
runddl32.exe crashes
Scheduled Task creation with VBscript
Image1.Picture = LoadPicture(...) fails in VBA -- Workarounds please?