I have data in access in the form of a table. I need to export it to excel in the form of an excel sheet where i should even be able to make updates to the data if necessary. I have to do this using VBA. And also one more thing the data I have in access is which i have generated using SQL

link|improve this question
Why do you think it needs to be in Excel? – David-W-Fenton Sep 8 '10 at 21:19
feedback

2 Answers

Why do this with VBA? There are multiple simple ways to do this from the normal interface options.

And what do you mean by, "the data I have in access is which i have generated using SQL"?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.