Z
Zaidy036
Win 7 Home Premium 64 bit SP-1, Excel 2007
I have the following Macro run by an icon in the QAT
The icon must be clicked twice to function. How can I change it to work
on a single click?
===========================
Sub SaveAndCloseAll()
Dim WB As Workbook
For Each WB In Workbooks
WB.Save
WB.Close
Next WB
End Sub
=========================
I have the following Macro run by an icon in the QAT
The icon must be clicked twice to function. How can I change it to work
on a single click?
===========================
Sub SaveAndCloseAll()
Dim WB As Workbook
For Each WB In Workbooks
WB.Save
WB.Close
Next WB
End Sub
=========================