View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Patrick Molloy[_2_] Patrick Molloy[_2_] is offline
external usenet poster
 
Posts: 1,298
Default How Do I hide an excel file from VB.Net code?

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

"The Devil's Advocate" wrote:

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?