G
Guest
In access I created a form. From this form you can call a VBA code which
creates an Excel sheet from a query. The Excel sheet is made vissible using
the following code: xlApp.Visible = True
Which VBA code do I have to add to print the Excel sheet? And after the
sheet is printed, which code do I have to add to close the Excel application?
Thanks in advance,
JeroenM.
creates an Excel sheet from a query. The Excel sheet is made vissible using
the following code: xlApp.Visible = True
Which VBA code do I have to add to print the Excel sheet? And after the
sheet is printed, which code do I have to add to close the Excel application?
Thanks in advance,
JeroenM.