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