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

  • Thread starter Thread starter The Devil's Advocate
  • Start date 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?
 
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
 
Back
Top