How Do I hide an excel file from VB.Net code?

  • Thread starter The Devil's Advocate
  • Start date
T

The Devil's Advocate

I am writing data into excel files from an Access table using VB.Net.
I want to hide the excel files till the data is completely written.

How do I do it?
 
P

Patrick Molloy

save the file on the local drive - there is a variable that returns the temp
path, then simply copy/move it to the correct location when done
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top