| Thread | Last Post | Replies |
|
| Can I access the Windows Regional settings through Word? | 30 Jul 2004 22:09 GMT | 1 |
So I need to put the time in Eastern Standard and Pacific Standard, but need a way to access the user's regional setting to determine the right time function setting. Any thoughts on accessing this control panel setting? TY
|
| select text between searches | 30 Jul 2004 21:27 GMT | 3 |
I want to search for WORD1, then search for WORD2, and select all the text, including WORD1, up to (but not including) WORD2, with a view to deleting it. Any ideas welcome.
|
| Table and Picture in Word Header | 30 Jul 2004 17:52 GMT | 6 |
Using VBA, I insert a file with tab delimited fields into a Word header and then use "ConvertToTable" and it works fine. Now I'd like to have a logo picture
|
| deleting the final space character in a field | 30 Jul 2004 17:47 GMT | 3 |
What is a good way to delete the final character (a space character) in a field? Word 2002 SP2 What I have been trying is Set rngWork = Selection.Range
|
| Selecting and Printing Text Across Multiple Bookmarks | 30 Jul 2004 16:43 GMT | 3 |
Let's say I have a document with 6 bookmarks, bm1 through bm6. Between bm2 and bm4 are 2 section markers. I need to print from bm2 up to bm4. How do I select across multiple bookmarks and print that range, which may include multiple sections?
|
| Embedded hidden dates in Word documents. | 30 Jul 2004 16:20 GMT | 1 |
Embedded hidden dates in Word documents. ============================== Are there Embedded dates hidden in Word documents regarding: -when a document was Created
|
| How to fit a text box to the text (in a macro)? | 30 Jul 2004 15:48 GMT | 1 |
Hi, I have a macro that builds a textbox, like this: Sub Textbox() Dim newTextbox As Shape
|
| populate dropdown box with excel data | 30 Jul 2004 15:16 GMT | 2 |
I have an excel file with include acc# and accname 2columns. I have a word template with has one dropdown list. I like to populate accname into this dropdown list when this template is open. If you have sample code, that would be great help.
|
| updatable link to MS Access field ? | 30 Jul 2004 11:32 GMT | 2 |
BRIEF DESCRIPTION: How can I insert in Word a 'dynamic' link to a particular field in an Access Database? LONG DESCRIPTION:
|
| How to disable one of the page from Multipage ? | 30 Jul 2004 07:26 GMT | 2 |
I have such a formula: If CheckBox1 = False Then I'd like to Disable One page from Multipage Form named Page3 I have one Multipage1 (Page1, Page2, Page3).
|
| Macro not always works | 30 Jul 2004 06:26 GMT | 1 |
I have a macro in a Word document, which works okay except that the last 2 lines sometimes execute and sometimes don't. They are ActiveDocument.Save ActiveDocument.Close
|
| Inserting a Link when a Template Opens | 30 Jul 2004 04:28 GMT | 1 |
Hi, Using either Word XP or Word 2003 I have about 250 satellite sites within my company. I need to have a way to put templates out to each site but have
|
| Using DocVariables | 30 Jul 2004 03:49 GMT | 12 |
I am monkeying around with a template that will let me make documents to show/hide details, instructions, etc. I am using an IF field (e.g., {IF {DOCPROPERTY ShowHide1} = "Show"{Autotext Event1}}
|
| Macro to insert a textbox | 30 Jul 2004 02:38 GMT | 1 |
Hi, i'd like to know how can I create a macro to insert a textbox in a document, since it's not possible with the recorder? (At least, I can't do it...) Thanks,
|
| Yet another file size question | 30 Jul 2004 00:57 GMT | 6 |
I've created a word document with a form based wizard in it. File Size is almost 1 MB. The document is kind of a template and we expect our organisation to create about 1000 of these documents a month. (= 1GB / month, = 12 GB /year). I need to do everything I can to cut down the ...
|