Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If I detect an error in a Sub/Function, I would like to be able to print
the sequence of callers. Line numbers would be great too if that is possible. Example: sub Main() call Sub end sub sub Sub1() call sub2(3) end sub Sub Sub2(n as long) if n 2 then 'Code to print ' Sub 2 called with value n ' from Sub1 at line 2 ' from Main at line 2 end end if end sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Print list of ws names | New Users to Excel | |||
How to print out matching names? | Excel Programming | |||
Print to PDF with SHEET names | Excel Discussion (Misc queries) | |||
Print range names and how know if have too many? | Excel Worksheet Functions |