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
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