|
-
Jul 20th, 2004, 11:44 AM
#1
Thread Starter
Addicted Member
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!
-
Jul 21st, 2004, 12:45 PM
#2
Hyperactive Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|