CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2000
    Location
    India,Bombay
    Posts
    48

    Save File in Excel Format

    hi,

    how can i save file in an excel format ?

    i am using filesystemobject to write to a file.i want save this file in excel format.

    thanks,
    AnkuR.


  2. #2
    Join Date
    May 2001
    Location
    Russia
    Posts
    200

    Re: Save File in Excel Format

    That do you mind, than say "write file in excel format"?
    For this you need know this format and write byte to byte.
    But you can insert data in new workbook in Excel and save this. This is easy way to create file in excel format

    Andy Tower

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

Featured