G
Guest
hi
I try using the following macro to save all worksheet / workbook then exit. I create button from drawing shape later assign macro into it. But when I run the following message appear. Pls guide me from the start
_________________________________
Can't execute code in break mod
_________________________________
ub CLOSE_ALL(
Application.ScreenUpdating = Fals
Application.DisplayAlerts = Fals
For Each w In Workbook
w.Sav
Nex
Application.Qui
End Su
I try using the following macro to save all worksheet / workbook then exit. I create button from drawing shape later assign macro into it. But when I run the following message appear. Pls guide me from the start
_________________________________
Can't execute code in break mod
_________________________________
ub CLOSE_ALL(
Application.ScreenUpdating = Fals
Application.DisplayAlerts = Fals
For Each w In Workbook
w.Sav
Nex
Application.Qui
End Su