Results 1 to 2 of 2

Thread: Running Excel at the background

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2005
    Posts
    283

    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.

  2. #2
    Wait... what? weirddemon's Avatar
    Join Date
    Jan 2009
    Location
    USA
    Posts
    3,826

    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

    Quote 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
  •  



Click Here to Expand Forum to Full Width