M
Mike
I am trying to get the Selected Text from the Active VBE window.
Application.VBE.ActiveCodePane.GetSelection
gets me the start and end lines and the start and end columns in the Module.
However, it seems that I need the Module Name that it is referring to, and I
can't find any way to do this.
Any ideas??
Application.VBE.ActiveCodePane.GetSelection
gets me the start and end lines and the start and end columns in the Module.
However, it seems that I need the Module Name that it is referring to, and I
can't find any way to do this.
Any ideas??