Home All Groups Group Topic Archive Search About
Author
7 Aug 2006 7:08 PM
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?

Author
7 Aug 2006 8:01 PM
Scott M.
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.


<corvo***@students.rowan.edu> wrote in message
Show quoteHide quote
news:1154977720.458734.114470@m73g2000cwd.googlegroups.com...
> 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?
>