| Thread | Last Post | Replies |
|
| Edit autotext entries | 06 Mar 2008 22:03 GMT | 7 |
I have a template with several autotext entries. The entries are different addresses that can be entered in the footer area with a macro button. I'm looking for a way to edit parts of the autotext entries without having to insert them, edit them in the document and
|
| problems with Find | 06 Mar 2008 21:19 GMT | 11 |
I'm writing an add-in for Word that does a lot of find/replace operations. Some of these I do using Range.Find.Execute2007... for more complex problems I built a Regex find/replace engine. There is one point at which I am performing two searches back to back on the same ...
|
| Insert pagebreak but ignore the first | 06 Mar 2008 19:08 GMT | 6 |
Hello from Steved Please how do I tell the macro to ignore the first instance off the text "Race" because I would like the macro to only do the second "Race" and then do all the next pageinserting. Thankyou.
|
| See if a word is contained in a string | 06 Mar 2008 17:22 GMT | 1 |
I am attempting to create a macro that will take an array and check to see if a string located in the array is in a block of text. So if I have Dim ATCodes(2,2)
|
| Remove text from a range | 06 Mar 2008 16:49 GMT | 5 |
I need this macro to merge cells and remove all text. ********************************************** Sub MergeRangeAndRemoveText() Dim rng As Range
|
| Automating the "save as PDF" function for a folder full of documen | 06 Mar 2008 15:25 GMT | 1 |
In order to restore the lost toolbars/menus in Word 2007, I bought/installed ToolbarToggle - works fine <insert rejoicing here>. The only problem is, it causes Word to crater if I try the very easy method of selecting a bunch of .DOC files and doing a "save as PDF" kind of ...
|
| Opening Word from Outlook | 06 Mar 2008 15:16 GMT | 4 |
I have a command button on my contact form in Outlook. In it's code, I'd like to have it open Word, but with a template I specify, strMyTemplate... Can I do this? thanks,
|
| How can I get list of commands and relevant the commands ID (identification numbers)? | 06 Mar 2008 14:19 GMT | 4 |
Hello. There is some code: Set oBtn = oPopUp.Controls.Add(msoControlButton, 1589) Question: how can I get list of commands and relevant the commands ID (identification numbers)?
|
| vba to bring up template dialog | 06 Mar 2008 14:15 GMT | 1 |
I need my code to bring up the dialog box that appears when you manually click on Templates: 'On my Computer' in the NewTaskPane? It will let the user create a new doc via a template stored in my templates collection, but I'd like to trigger this programmatically.
|
| Insert pictures in word document - search and replace with a picture | 06 Mar 2008 10:54 GMT | 2 |
I am trying to create a macro for Word 2003 that will loop through a document and insert a book cover picture from a file directory based on the a code in the document At the moment we have a table with the following:
|
| Extracting OUTLOOK data into Word | 06 Mar 2008 10:53 GMT | 3 |
I have searched the forums and need help in extracting OUTLOOK data. I have created a userform in Word that users will utilize in inserting information into a letter. Essentially, I want to extract OUTLOOK information about a user (specifically, phone number and/or email address ...
|
| Run-Time Error 2147467259 (80004005) | 06 Mar 2008 10:52 GMT | 1 |
I have a template file which creates a form document which populates several fields from a web service. The template worked fine previously, however after making some modifications, the form will not longer populate the required fields and I get an error:
|
| Change date field to createdate | 06 Mar 2008 10:50 GMT | 7 |
Yesterday I searched for and finally found a macro that would go through a folder and change the date fields to createdate fields. Now I can't find that post! Can anyone help me? Many thanks
|
| Is the on error statment limits to the current routine | 06 Mar 2008 09:04 GMT | 1 |
When I use the on error function is it limited to the current routine or does it work on all the routines?
|
| Disable Developer tab in the Ribbon | 06 Mar 2008 09:03 GMT | 2 |
Does any one know if it is posible to disable or hide the Word Option, "Show Developer tab in Ribbon", if so, how? Thanks Cresta
|