vba - Export entire table content to existing Excel workbook -
i have unsuccessfully searched on web , feel bit desperate least.
here problem :
i'm storing data in access database, , want extracting of data through access user form, existing excel workbook, using vba
how ? figured simple way perform create intermediary table. code has
- determinate conditions user chose in form
- copy corresponding data initial table intermediary statement made said conditions
- send content of filled table in copy of pre-made excel workbook.
i struggle sending. said workbook made can work data. can either create worksheet in workbook or directly put data in existing 1 - absolutely need choose name ! (let's it's gonna named "wsdata")
so yeah, sending table content access excel, using access's vba code. if have idea of how performed, gratefully hear !
thank in advance,
françois
Comments
Post a Comment