Is there a way to access the Col value in the status bar with VBA?
I want to be able to replace the indents and tabs with spaces so I can
create a txt file maintaining the layout of the document.
I am using a monospaced font throughout the document and have to append
several word, wordperfect and amicus format documents to create 1 large
document.
Jay Freedman - 10 Mar 2005 22:12 GMT
> Is there a way to access the Col value in the status bar with VBA?
>
[quoted text clipped - 3 lines]
> append several word, wordperfect and amicus format documents to
> create 1 large document.
That value is returned by
Selection.Information(wdFirstCharacterColumnNumber)

Signature
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org