selecting specific area in cell

T

turneg02

How can i select a area between my firstword and my second word. I also dont
know how many lines to copy(blah words) between first word and second word as
its a merge field

eg

First Word

blah
blah
blah

Second word
 
J

Jean-Guy Marcil

turneg02 was telling us:
turneg02 nous racontait que :
How can i select a area between my firstword and my second word. I
also dont know how many lines to copy(blah words) between first word
and second word as its a merge field

eg

First Word

blah
blah
blah

Second word

If you know for a fact that the first word in a cell is a word and that the
second one is precedd by a field, then it means that this nergefield is the
first field in the cell, so try yhis:

Selection.Cells(1).Range.Fields(1).Select

--
Salut!
_______________________________________
Jean-Guy Marcil - Word MVP
[email protected]
Word MVP site: http://www.word.mvps.org
 
Top