put a procedure into comments with code

  • Thread starter Thread starter GJ
  • Start date Start date
G

GJ

Hi,
How can I put this procedure into comments :
Private Sub Workbook_BeforeClose(Cancel As Boolean)
Call quitter_Quandclic
End Sub
like :
'Private Sub Workbook_BeforeClose(Cancel As Boolean)
' Call quitter_Quandclic
'End Sub
with code VBA

and then come back to the original

Thanks

GJ
 
Back
Top