The problem with that is:
I am not allowed to change any formatting/coding in the Excel doc because I am not the only one that uses it.
I can only insert new data.
I have been trying different stuff and at my ropes end with this one.... this was my latest attempt.
Private Sub Command61_Click()
DoCmd.TransferSpreadsheet acExport, "Microsoft Excel", "C:\folder\my_Excel", _
acTable, "my_tbl", _
End Sub
The errors I get range from type mismatch to... lets...
every time I try to code something it doesn't work. I need code...
simply because I have 20,000 rows of data that I have to check through and any time I can shave off (like copying and pasting/CSV)
I have tried and tried... and am not vba savvy... :(
I have a form in an Access db that has a button that I need to be able press and it exports tbl data to Excel.
Access Database I am working from: "my_db"
Table I need to export(w/out headers): "my_tbl"
Excel workbook(already exists) I need to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.