Re: String too long...
- From: "Greg Maxey" <gmaxey@xxxxxxxx>
- Date: 29 Jan 2007 06:49:02 -0800
Mike,
I am not certain that I understand what you are really trying to do,
but you mention find, replace, and long strings. Perhaps this will
help:
http://gregmaxey.mvps.org/Find_Long_String.htm
On Jan 29, 9:22 am, "mike" <m...@xxxxx> wrote:
That doesn't appear to be the ticket but Thank you Tony.
It is harder to articulate the question!
But why do you want to use the Selection?The objective is to go beyond the 255 character limitation of (range).Text.The same problem applies to (selection).Text
The recommended solution is in the MS KB article. I believe they're not
saying you must use Form Fields. I believe the gist is that they're saying
Selection.TypeText will accept and utilize an already allocated buffer. As
opposed to copying a string into the .Text buffer that can only accept 255
characters.
with a long string myLongString.http://support.microsoft.com/kb/181110Using the Range object try to Find a Tag <myTag> and then replace the tag
.
- Follow-Ups:
- Re: String too long...
- From: mike
- Re: String too long...
- References:
- String too long...
- From: mike
- Re: String too long...
- From: mike
- Re: String too long...
- From: Tony Jollans
- Re: String too long...
- From: mike
- Re: String too long...
- From: Tony Jollans
- Re: String too long...
- From: mike
- String too long...
- Prev by Date: Re: String too long...
- Next by Date: Like a bad penny
- Previous by thread: Re: String too long...
- Next by thread: Re: String too long...
- Index(es):
Relevant Pages
|