Thread: Debuging UDF
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default Debuging UDF

Put a break on the first code line (select the line, F9), then in the
worksheet F2 the function, and you should be able to step through then.

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"JMay" wrote in message
news:IODmf.41892$_k3.4752@dukeread01...
In debuging a Sub I use the Step key (F8) frequently;
Today I'm trying to debug a UDF without the same
success; How do you approach debuging Functions?