Results 1 to 2 of 2

Thread: annoying readonly problem saving to excel

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jun 2004
    Posts
    169

    annoying readonly problem saving to excel

    using my vb code to save some data to excel "book1.xls",
    i got something annoying like

    "book1.xls is readonly file, do you want to make a copy of boo1.xls? " how to get rid of this problem and save directly to book1.xls? by the way, when I check the property of book1.xls, it's not marked as read-only at all!

  2. #2
    Hyperactive Member -=XQ=-'s Avatar
    Join Date
    Mar 2002
    Location
    Liverpool, England, UK
    Posts
    278
    When you open the workbook through the Excel object model, check you do not specify the parameter to open the document as read-only.
    See ya later,

    -=XQ=-

    "Reality is merely an illusion, albeit a very persistent one. "
    - Albert Einstein (1879-1955)
    This is the coolest site ever!!!

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