indi visual
Member
I've tried these:
OptionExplicit
Sub OpenMacroNameDirectly
With Application
.Goto "MacroName"
End With
End Sub
''''''''''''''''''''''''''
'Application.VBE.MainWindow.Visible = True
'Application.VBE.ActiveCodePane.Show
They work like a charm, but not with getting in UserForm code (only standard modules).
My guess is because they're all private subs, any ideas are much appreciated as always.
Trying to get directly into the actual code part for userform, not the userform itself.
OptionExplicit
Sub OpenMacroNameDirectly
With Application
.Goto "MacroName"
End With
End Sub
''''''''''''''''''''''''''
'Application.VBE.MainWindow.Visible = True
'Application.VBE.ActiveCodePane.Show
They work like a charm, but not with getting in UserForm code (only standard modules).
My guess is because they're all private subs, any ideas are much appreciated as always.
Trying to get directly into the actual code part for userform, not the userform itself.