View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
RocketMan[_2_] RocketMan[_2_] is offline
external usenet poster
 
Posts: 19
Default HELP how can I do this PLEASE!!!!!!!!!!!

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.