Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ms word vba bullet detection

Status
Not open for further replies.

randrewski

Programmer
Jul 17, 2003
3
CA
Hello - is there anyone who can tell me how to progromattically detect a bullet in microsoft word using vba?

I am converting the document into another format and need to replace the bullet line with multiple characrers.

the code I am using goes something like this...

string=replace(string,chr(11), "{bullet}")
 
Keep trying with that REPLACE as you already useing, i dont know correctly what to do but i think that will be done by that function and some other string functions.
 
Thanks jonybd.

As it turns out, I did find out a little bit more by doing some online research. It turns out that I have to first define the font, then the character code that the bullet represents in that font.

I just don't know the syntax to replace the specified font and character code.

If anyone can help with this it would be much appreciated.

R
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top