| Thread | Last Post | Replies |
|
| Re: If statements in Word | 05 May 2006 12:17 GMT | 2 |
I am relatively new to coding in word and have a problem with an if statement. I'm not even sure what I want to do can be done, but I have an this statement that looks to the conditionality of an Ask (ASK A). If the value of the ask is equal to 'Y' then another four Asks (ASK B,C ...
|
| Section headings in header | 05 May 2006 09:38 GMT | 6 |
I am currently writing my thesis and was interested to know how to insert section headings in my headers, so that it automatically inserts the correct heading for that page. Examples of what I mean are below. Any help would be appreciated. Many thanks!
|
| On more Q! Why can't I calculate with decimals??? | 05 May 2006 08:12 GMT | 4 |
Another problem I can't solve singlehandedly... When I fill in digits in textboxes, want to calculate them and put the outcome in a label the outcome always round up to an integer digit... Even when I set the format of the txtbxs and the label so it wil show
|
| Docked User Forms in Word - the Best Practice | 05 May 2006 08:02 GMT | 2 |
I've seen this topic discussed many times in this group, but I've never seen what is ultimately the best practice of creating a window that should not modal (i.e. shows while the document can be edited) and should not obscure any part of the document.
|
| Setting the Default Option when opening a form. | 05 May 2006 07:45 GMT | 2 |
On a Form I have an Option Group. How do I set the first radio button option to be default, that is, automatically selected, when the form opens? Thanks
|
| Interconnecting a document with appendices | 05 May 2006 05:06 GMT | 1 |
I thought INCLUDETEXT was how to go, but now I’m not too sure. I’m using Word 2003 on Windows XP. I have a large main document with over 2000 pages and five appendices, one with over 2000 pages also. I need to make references in the main document to
|
| Modal form not acting Modally... | 05 May 2006 04:58 GMT | 3 |
I need to get user input before running code, so in the openDoc event of the addin, the modal userform ufmGenType is shown. As planned, when the addin opens, ufmGenType is shown, but the code continues to execute without waiting for ufmGenType to close. How can I make the ...
|
| run-time error -2147417848 (80010108) | 05 May 2006 04:18 GMT | 2 |
I have a VBA script (macro) that opens all the documents in a directory, one at a time, and whilst the document is open, it scans the text in it and extracts text that has a border around it. The script also opens an excel workbook with a list of over 6000 strings and
|
| Problem with SpellingChecked = False | 05 May 2006 04:04 GMT | 2 |
Hey Folks, We have a process that runs at the end of every document that a user creates. One of the steps is to check the spelling of the document. After that, the user is presented a complete view of all pages and a simple "end document" yes/no
|
| Creating a Dynamic Document with Selected Boilerplate | 05 May 2006 02:57 GMT | 1 |
Hello... I appreciate your comments... I am needing to create a Word Report with boiler plate paragraphs which are selected through VBA from Access, based upon user input from an Access form. I am comfortable storing the paragraphs, creating the Acccess form and
|
| Can a doc template show a date range according to when its opened | 05 May 2006 02:56 GMT | 2 |
I email a letter once a week that states what I did that week and what I will do the next week. ie: 04-11 May conducted administrative duties. 12-19 May conduct trip preparations. The day that I e-mail the letter is constant, like ...
|
| Macro to Change Case - but not Prepositions! | 04 May 2006 22:23 GMT | 2 |
What can I add to Selection.Range.Case = wdTitleWord but keep Prepositions in lower case? -----------------------------------------------------------
|
| reading textfile into word | 04 May 2006 22:13 GMT | 1 |
How can i read with vba the content of multiple textfiles into a word document. The structure is: C:\Test\1.txt C:\Test\2.txt
|
| Sumproduct | 04 May 2006 21:18 GMT | 1 |
Can someone asist me with this formula, please? I have used the formula: =IF(COUNTIF(RecordedDaily!$I$2:RecordedDaily!I2,RecordedDaily!I2)=1,RecordedDaily!I2,"") supplied by Chip Pearson to find unique values in a worksheet and populate
|
| Set the filename for a document created from a template | 04 May 2006 21:11 GMT | 8 |
I'm new to macros and the like, so please be gentle to me and explicit with me. :) I have a Word template that is a form my users will fill out. I am planning to have them send the complete form to me in email.
|