| Thread | Last Post | Replies |
|
| First Occurrences | 06 Mar 2004 07:08 GMT | 8 |
I have this code: With Selection.Find .Text = "From(*)RESTRICTED(*)Subject: O" .Replacement.Text = "O"
|
| Error 4605 Word Selection.Paste | 06 Mar 2004 05:45 GMT | 1 |
I'm using MS Mappoint to create route and then use its function to copy the calculated route to the clipboard. Then I'd like to paste it in my word document. Then the error 4605 occurs.
|
| Default Recipient Window | 06 Mar 2004 05:19 GMT | 1 |
1. When I open a database I want to make the a field (WMANo, e.g., 2000.000300) default to be the first field. Can you do this even though it is a number? If not, any suggestions?
|
| TextBox formatting | 06 Mar 2004 01:39 GMT | 2 |
I am using Word 2000 and have created a VBA form to do field validations and corrections. On the form I have a TextBox that contains a data definition in the format of: AAAA - BBBB , CCCC - DDDD
|
| Timezone in VBA? | 06 Mar 2004 01:25 GMT | 3 |
Using Word 97. I want to add the timezone to a timestamp. E.g. "11:30 EST". How can I obtain the local timezone using VBA?
|
| Select a specific printer | 05 Mar 2004 23:44 GMT | 4 |
I am using Word 2002 and Windows 2000. My clients may use Word 2000 I need to display the Printer dialog and have a specific printer displayed as the selected printer in the dislogs dropdown list Does anyone know how to do this either by VBA or by API calls Joe
|
| Protect Column in Table from Input | 05 Mar 2004 23:38 GMT | 1 |
Is there a way to protect specific columns in a Table. I'd like to restrict user input to column 2 only where user input would not be possible in column 1 Ted
|
| Print Settings Macro i.e. turning on stapling | 05 Mar 2004 23:22 GMT | 1 |
Hey Everyone, I've tried recording a macro to turn on the advanced printer settings of stapling on a Xerox copier. Unfortunately, the setting does not get recorded.
|
| Sub crashes second time through code | 05 Mar 2004 22:58 GMT | 6 |
I am running Word 2003 on Windows 2000 and am finding that the following code crashes on a specific line when this code is executed more than one and the previously created Word doc is still closed. In other words, I can run this time after time if I always leave the newly ...
|
| converting a string back to number (value) for calculations | 05 Mar 2004 22:49 GMT | 3 |
Can I ask some assistance with this one. Basically I have taken a number and used the formatcurrency() function to change in my table 156.34 to £156.34
|
| Re: Find and Loop Macro | 05 Mar 2004 22:03 GMT | 3 |
Peter, thanks for your help. I tried it and it does take out the strikethrough and the text on which the strikethrough is applied but I am still left with an extra space after the text is gone. How can I get rid of that
|
| How to select particular lines in Word? | 05 Mar 2004 19:54 GMT | 2 |
I have many text that will be filled to a serials of Textboxes. The Textbox is only 9cm$)A!A5cm, so it can only contain 18 lines text. So I must split my text to a serials of blocks that only contain 18 lines text, then copy & paste these blocks to the Textboxes.
|
| DoEvents on a SOAP Call in VBA | 05 Mar 2004 19:08 GMT | 1 |
All: What is the best way to optimize a SOAP call to a web service in VBA? Bear in mind this is in Word 97 on Windows NT. A previous developer on an app I inherited
|
| Documents.Add fails | 05 Mar 2004 15:42 GMT | 8 |
Hi all. The macro below works on some machines but not others, and there seems to be no rhyme or reason to whether it works or not. I've been able to determine that when it does not work, it's because the Documents.Add
|
| Skipping Read Only Files | 05 Mar 2004 15:11 GMT | 1 |
Hi there, I have a macro that uses the Application.Filesearch to open lots of files, do something to them, save them and then close them. I was wondering how I would go about making sure each file was not read only, and if it were not opening it/saving it/changing it. The maro ...
|