|
-
Aug 2nd, 2010, 09:21 AM
#1
Thread Starter
Hyperactive Member
Running Excel at the background
I have an application where some data is stored automatically to Excel. However during the storage of data, the Excel spreadsheet is visible to the user. I need to know if there is any way to make the Excel run at the background.
Thank you.
-
Aug 2nd, 2010, 07:21 PM
#2
Re: Running Excel at the background
How are you saving the data?
Excel is basically a large XML file. So, you should be able to write standard XML to it and not have to open the file.
It's been a while since I've had to create an Excel file w/ VB, but the last time I did it, I used the built in .NET methods and never had to open Excel while writing.
CodeBank contributions: Process Manager, Temp File Cleaner
 Originally Posted by SJWhiteley
"game trainer" is the same as calling the act of robbing a bank "wealth redistribution"....
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|