segmentationfault
Programmer
I'm pretty well versed in interacting with Excel through VBA, as some may know, however I haven't touched Word with VBA until today.
I am having a terrible time figuring out how to read and process the text. For example, I want to write a macro that will turn VBA comments (' as the first non-whitespace character on the line) green in a Word document. Can I read the document line by line?
What can be done with the Paragraph object? Is it possible to access the characters on the page in a line and column fashion similar to row and column in Excel?
I am having a terrible time figuring out how to read and process the text. For example, I want to write a macro that will turn VBA comments (' as the first non-whitespace character on the line) green in a Word document. Can I read the document line by line?
What can be done with the Paragraph object? Is it possible to access the characters on the page in a line and column fashion similar to row and column in Excel?