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!

microsoft word and vba

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}")
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top