Hi,
Currently I'm using Word VBA macro in vb6, in my program, i used Word to open my document (which I generated in others backend program) which do not have any formatting, so I using Selection.Find.Execute and Selection.Find.Range to replace some symbol like #B# in my document to indicate which word to bold or #I# which word to Italic.
But now because some of pc do not have microsoft office, so my program does not work with Word VBA anymore. So I am researching another method which using vbrichclient which is free but I saw some example only shows it print out text with formatting but no example shows how to open document and formatting text after I searching for specific symbol.
Hopefully anyone can help me out. Thanks.
Currently I'm using Word VBA macro in vb6, in my program, i used Word to open my document (which I generated in others backend program) which do not have any formatting, so I using Selection.Find.Execute and Selection.Find.Range to replace some symbol like #B# in my document to indicate which word to bold or #I# which word to Italic.
But now because some of pc do not have microsoft office, so my program does not work with Word VBA anymore. So I am researching another method which using vbrichclient which is free but I saw some example only shows it print out text with formatting but no example shows how to open document and formatting text after I searching for specific symbol.
Hopefully anyone can help me out. Thanks.