View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
The Devil's Advocate The Devil's Advocate is offline
external usenet poster
 
Posts: 1
Default How Do I hide an excel file from VB.Net code?

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?