View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Jake Marx[_3_] Jake Marx[_3_] is offline
external usenet poster
 
Posts: 860
Default programmatically open VBE and go to a specified procedure in target module?

Peter T wrote:
Have you tried, simply:

Sub Test()
Application.Goto "MyRoutine"
End Sub


Nice catch, Peter! I didn't think of that one.

--
Regards,

Jake Marx
MS MVP - Excel
www.longhead.com

[please keep replies in the newsgroup - email address unmonitored]