Hi, wonder if anyone can help with this question. I know that I can use Application.Goto (ProcedureName) to go to a specific VB procedure in the Editor in the same workbook but is it possible to go to a procedure which is in a different workbook? I actually want to go to a specific form in another workbook and show it in the VBE so the user can look at any code that is contained within the form such as UserForm1_Initialize. To illustrate, Book 1 contains the procedure that opens the VBE but Book 2 has the form that I want to the user to view in the VBE.
Thanks in advance.