|
-
May 2nd, 2007, 02:32 AM
#1
Thread Starter
Junior Member
[RESOLVED] closing excel file
hi all, i am opening an excel file for some updation, but after my completion of updation. i am prompting for Save changes in that file while i am closing that excel application.
eg:
xl.Workbooks.Open(fp) 'fp-filename
--------
--------
doing updation here
---------
---------
xl.ActiveWorkbook.Save
xl.ActiveWorkbook.Close ' while exceuting this line only i am
promting for "Save Changes in the
file"
i have to close this excel file without any prompting same time i have to save the updations done in that file...plz help me to resolve this problem
thanks in advance
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
|