VB Access to Excell

  • Thread starter Thread starter corvoc58
  • Start date Start date
C

corvoc58

Can anyone help me find a programmatical way to avoid having an excel
workbook be hidden when data is transferd. I have created an MS Access
Database that can transfer various information into excell
spreadsheets, but when the spreadsheet file is opened the info is
hidden. Other then manually going and clicking unhide is their any code
that i can use to permenetly solve this problem?
 
If you want to work with Excel data, just make a project reference to the
Excel COM Library and program with the Excel object model. The actual excel
application will not become visible to the end user unless you instruct it
to.
 
Back
Top