How can I, within VBA (Word 2000), switch the operation of the mouse buttons ?
I want to do, in a Word macro, what I can do in the Windows Settings: Control Panel/Mouse/Button Control/switch primary and secondary buttons.
Is this possible? If so, how?
Thanks.
Thanks. It looks like it is the replace method that is doing the heavy lifting there. But it does work. I'll just have to beat my head some more to understand what RegExp is doing. Thanks.
BTW - In my testing, I was looking for \n\r - I guess I should have been looking for \r\n
What a world...
I have a textarea field in a form. I want to remove any hard returns the user may have entered before I pass the field on to my CGI program. The wrap parameter does not seem to make any difference to the value of the textarea data. So I figure you have to do with with a validation function. Fair...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.