Save sigh hanging forever

dennisli

Well-known Member
Joined
Feb 20, 2004
Messages
1,070
Good afternoon,
I have a code written under 2003 Version. At the end of the code, I have a very simple code
[code}
Activebook.save
[/code]
It works very well under 2003 version. Now I switched this file to 2010 version. It works but the saving message box always shows on the window:
If I just click Save menu, got same results. Any ideas?
Thanks
Dennis
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
Is the filename ending with the xlsm extension? That's needed for 2010 files with macros.

Not sure if this matters, but also tweak the code to:
AciveWorkbook.Save
 
Upvote 0
Sorry, I am back. Let me make my question clear.
I have changed the default format in my Excel 2010 to .xslm. After I make some changes on a .xlsm file, I want to save it. But I got a MsgBox to Save As in .xlsm. If I do not close the MsgBox, it will hang there forever. If I click it, it stops saving.
Appreciate.
Dennis
 
Upvote 0

Forum statistics

Threads
1,206,711
Messages
6,074,470
Members
446,071
Latest member
gaborfreeman

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top