Similar Threads
1. Word 2003 Selection or Range Objects - Word Document management
2. Replace selection.range Word bug?
Hi,
For several years I've coped with this problem, but now I really want (need)
a solution. I hope any of you can help me out.
What's the case, well in Word XP (and 97 and 2000), if I try to change the
contents of a selected range in a table in a frame, it goes wrong. I've
tried to replace the text directly, and tried first emptying the selection.
In the text is for example '[test]' selected.
- When I use selection.range.text="" then Word leaves 't]' while it
shouldn't.
- When I use selection.range.delete, surrounding spaces are also deleted. If
I put a space in front and in back of '[test]' then it leaves just the one
space instead of two.
- When I use selection.typetext text:="replacement", the spaces also get
messed up.
The ever so strange thing is that it doesn't go wrong in a normal text, or
in a normal table (not in a frame). When I say frame I mean a to a frame
converted textbox (Or a table created in Word 2003 which is always a table
within a frame?)
Extra info:
I search for 'codes' in the text and based on the contents of the 'codes' I
replace them with a certain text. So I cannot use the standard Find/Replace
functions. And somehwat I do use it, just a little split up, find first and
do something and replace.
TIA!
Ronald Pothuizen
3. Selection/Range different in Word 2010 ??? - Word VBA
4. Excel - range selection won't turn off, cannot stop selecting cell
I have heard of Excel behaving this way with, (I believe it was) a logitech
mouse with a wheel. The user tries to use Excel despite reboots, and all it
will allow the user to do is highlight cells, he/she is powerless to stop it.
However, in this case, the user has no external mouse, but is using a Dell
Latitude laptop with touchpad mouse. Anyone know what else might cause this
constant state of cell selection despite reboot?
5. Change print range default from all to selection - Word Document management
6. Bookmark Selection Range Problem
I use MFC VC++ 4.2
I have successful in getting all bookmarks and now I am trying to update them.
As the solution, I use Select() method that Bookmark class has:
if( m_Book.GetName() == "support" ){
m_Book.Select();
selObj.TypeBackspace();
selObj.TypeText( pHistory->m_sSupportTantou );
}
But now I have a problem with the range I guess, because each time I update
the file, there are 2 / 3 bookmarks that did not updated.
Can you please help me with the Selection range?
I don't really understand and I set it to :
long a = m_Book.GetStart();
long b = m_Book.GetEnd();
selObj.SetRange( a, b );
Thank you.
7. Range selection...
8. Range selection in Excel
Hello,
I am trying to let a user select a range by pressing a button in the edit
formula view) in VB for Excel. Is there a way to do this`?
Thanks,
Oliver