Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Private Sub Workbook_BeforeSave(ByVal SaveAsUI As Boolean,Cancel As
Boolean) Call SClassModule.SSave End Sub It will compile but If I try to save it, I get Error 424 Object Required. Yes, its in the ThisWorkbook module. |