How to get current line number
Hi,
How can I get current line number via VS.NET macro ? I know it is Line property but I still get error when I call it. Probably I am doing something bad.
Thank you
.
Hi,
How can I get current line number via VS.NET macro ? I know it is Line property but I still get error when I call it. Probably I am doing something bad.
Thank you
.
Sub LineNumber() MsgBox("You are on line: " & objActive.Line.ToString()) Hope that helps!
--Tim Farley
SPI Dynamics