View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Otto Moehrbach[_2_] Otto Moehrbach[_2_] is offline
external usenet poster
 
Posts: 1,071
Default Event macro does not run a Private sub

Bob
I agree and that's one of the reasons I do that. Otto
"Bob Phillips" wrote in message
...

"ShaneDevenshire" wrote in
message ...
Hi,

Just one thing for future consideration, you don't need to use Call in
this
kind of situation. You can simply enter the name of the subroutine.


That is true, but it is a far better practice IMO to use Call to show that
the code is calling another procedure.