Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Give this a read.
http://www.cpearson.com/excel/vbe.htm -- HTH... Jim Thomlinson "GJ" wrote: 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
add an event procedure and hide the code | Excel Programming | |||
VBA Code Comments | Excel Programming | |||
Event Procedure - Extending code | Excel Programming | |||
Need Comments on Code | Excel Programming | |||
Comments on this code to FTP save, please? | Excel Programming |