ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Closing temp worksheet without saving (https://www.excelbanter.com/excel-programming/405010-closing-temp-worksheet-without-saving.html)

JanB[_2_]

Closing temp worksheet without saving
 
Hope somebody is able to help.

I have created an macro where I am opening and using an workbook, and
then closing it again without saving it. The problem is that I cannot
close the workbook without having to clik save-yes or save-no. I do
still need to have som other excel sheets open.

I have tried to use the following code:
ActiveWorkbook.Close = False

Dave Peterson

Closing temp worksheet without saving
 
ActiveWorkbook.Close savechanges:=false
or
ActiveWorkbook.Close False



JanB wrote:

Hope somebody is able to help.

I have created an macro where I am opening and using an workbook, and
then closing it again without saving it. The problem is that I cannot
close the workbook without having to clik save-yes or save-no. I do
still need to have som other excel sheets open.

I have tried to use the following code:
ActiveWorkbook.Close = False


--

Dave Peterson

Matt Richardson

Closing temp worksheet without saving
 
This article could be of use to you:-

http://exceltips.vitalnews.com/Pages...t_Changes.html

Hope it helps.
Mat

On Jan 25, 2:38 pm, JanB wrote:
Hope somebody is able to help.

I have created an macro where I am opening and using an workbook, and
then closing it again without saving it. The problem is that I cannot
close the workbook without having to clik save-yes or save-no. I do
still need to have som other excel sheets open.

I have tried to use the following code:
ActiveWorkbook.Close = False



Mike H

Closing temp worksheet without saving
 
Try

ActiveWorkbook.Close savechanges:=False

Mike

"JanB" wrote:

Hope somebody is able to help.

I have created an macro where I am opening and using an workbook, and
then closing it again without saving it. The problem is that I cannot
close the workbook without having to clik save-yes or save-no. I do
still need to have som other excel sheets open.

I have tried to use the following code:
ActiveWorkbook.Close = False


JanB[_2_]

Closing temp worksheet without saving
 
Thanks. Problem solved.


All times are GMT +1. The time now is 09:06 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com