MS Word Macro in visual Basic

Posted by Mac on Programmers See other posts from Programmers or by Mac
Published on 2012-11-24T09:41:57Z Indexed on 2012/11/24 11:27 UTC
Read the original article Hit count: 224

Filed under:
|

I have a Visual Basic system that in places runs word macros. I now need to have a MS Word Macro that I can search for a character and then extend the search to another character and extract the details into a vb variable from the first to the last character. Thereafter I need to search for the next occurrence of the first character and repeat the exercise. When all have been processed the last search must inform me that there are no more.

During the searches I need to identify the section numbers where I find the searches and be able to get them in VB variable.

Any assistance will be greatly appreciated.

Regards

Mac

© Programmers or respective owner

Related posts about visual-basic

Related posts about macros