View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jan Karel Pieterse Jan Karel Pieterse is offline
external usenet poster
 
Posts: 535
Default workbook or worrksheet event procedure

Hi R.Venkataraman,

When we put a code in the standard module it is possible to step by step
running the procedure to find out any bug. However in workbook or worksheet
even procedure it is not possible to debug in this way. If you click F8
nothing happens. Is there any method
for debugging a thisworkbook/worksheet event procedure.


Go to the procedure in question, click in the first executable line of code
and hit F9 to insert a breakpoint. Then do something that makes the event code
fire and the VBE will halt at that line.

Regards,

Jan Karel Pieterse
Excel MVP
www.jkp-ads.com