Character Position

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi ,

I am working on word automation in vb. I am finding bold characters in
word file using find.execute function, every time when i got the bold
character in find function , i want to check previous character bold or not.

I want character position of the current character.

Range.start is giving big number compare to range.chharacter.count .

Thanks

Karunakar Gade
 
Hi =?Utf-8?B?S2FydW5ha2Fy?=,

You should ask this question in a word.vba newsgroup; word.vba.beginners if
you have no experience. This group is for end-user questions, so you're
unlikely to find anyone with the background your question requires.

FWIW, range.character.count will pick up characters you may not see in the
text, such as field codes. So you should explain more about the purpose of
what you're doing (why do you need the range.start value).
I am working on word automation in vb. I am finding bold characters in
word file using find.execute function, every time when i got the bold
character in find function , i want to check previous character bold or not.

I want character position of the current character.

Range.start is giving big number compare to range.chharacter.count .

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 8 2004)
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any follow question or
reply in the newsgroup and not by e-mail :-)
 
Hi ,

Sorry i don;t abt word.vba newsgroup. can u please give me that groud URL,so
that i can post my quastions.

Thanks

Karunakar
 
Hi =?Utf-8?B?S2FydW5ha2Fy?=,
Sorry i don;t abt word.vba newsgroup. can u please give me that groud URL,so
that i can post my quastions.
word.vba.general should be in the lists you're seeing in this interface, but
here's a URL for the beginners group:

news://msnews.microsoft.com/microsoft.public.word.vba.beginners


Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 8 2004)
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any follow question or reply
in the newsgroup and not by e-mail :-)
 
Back
Top