How do I use VBA to return the position of the currently selected tab? Or for that matter any special character if I need to know it's position from the left-hand margin?
I'm thinking something along these lines
Variable=PointsToInches(Selection.Paragraphs.TabSt op(CURRENT_TAB).Position)
Thanks,



