View Single Post
 
Old 08-09-2011, 03:57 AM
GJohansson GJohansson is offline Windows 7 32bit Office 2007
Novice
 
Join Date: Aug 2011
Posts: 17
GJohansson is on a distinguished road
Default

Quote:
Originally Posted by macropod View Post
That suggests you may be working with a Windows regional setting that doesn't accept some of the english-language expressions. Try changing:
.Text = "\<[!\>\<]{1,}\>"
to:
.Text = "\<[!\>\<]{1;}\>"
Thats working makropod, thanks a lot...
But let me ask you something and if you know tell me because im new on the computing.
1.I wonder if i can replace the <> with other characters such us {} or [] is this difficult to chance something like that?
2.Is difficult to change the <> inside brackets text, not to endnote but to plain text without brackets, or the option to delete this text with the brackets together?

Anyway, thanks a lot for your apply.
Reply With Quote