Thread: calling subs
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
mike mike is offline
external usenet poster
 
Posts: 216
Default calling subs

Hi all,

I just finished some new code in a program that calls a
sub. When I ran the modified code, the program just skips
over the call command. Any reason why this would happen?
If there are any errors in the sub, shouldn’t it come up
as an error instead of avoiding the sub completely?