Close Excel without saving using VBA

T

TIA

Guys,
I am refreshing Excel WSheet throught Access and after I
am done - I need NOT to save changes to a Workbook.

I also want NOT to see a message wich asks whether I want
to save changes.

Know How ???

Thanks
TIA
 
A

Alan

-----Original Message-----
Guys,
I am refreshing Excel WSheet throught Access and after I
am done - I need NOT to save changes to a Workbook.

I also want NOT to see a message wich asks whether I want
to save changes.

Know How ???

Thanks
TIA
.Try ActiveWorkbook.close = false
 
Top