| Thread | Last Post | Replies |
|
| How can use a button that will create an printed envelope in Word | 07 Mar 2008 15:47 GMT | 1 |
I want to have a button on a template created letter that will generate a printed envelope with the same address as in the letter. I would also want the button to not print on the printed copy of the letter. Thanks
|
| Export form data to other form in Word | 07 Mar 2008 13:49 GMT | 4 |
Is there a way I can import data from one Word form into another Word form? I have a form where there is a Yes/No checkbox, and when the user checks Yes, another form opens up. I have a code that actually does open another form, but my problem is how to actually "link" the two, ...
|
| userform validation | 07 Mar 2008 11:55 GMT | 3 |
I have a userform with several text and combo boxes. The last object on the page is an optionbutton. How do I force the user to fill in all the text/comboboxes before allowing the option button to be selected? The optionbutton will open another userform and I'd like the first ...
|
| Feed UserForm input into CustomDocumentProperties / Retrieve data from CustomDocumentProperties to reuse in Userform | 07 Mar 2008 11:52 GMT | 3 |
I would like to use a UserForm to feed data in a Word document. I would like users to reuse the UserForm to be able to modify data and replace the former input. My assumption is that using the CustomDocumentProperties for storing the input is the most appropriate solution.
|
| Adding fields to a document with values based on an input page | 07 Mar 2008 11:48 GMT | 2 |
Sorry if this is in the wrong group, if so please redirect me. We have a word doc that we use to file information to HQ. This doc has the same info listed many times throughout the doc. IS there a way that we could create an input page at the beginning of the doc that would ...
|
| Using VBA to open a new web page | 07 Mar 2008 09:22 GMT | 4 |
I use the following code in Word VBA for firing up the default browser and opening the Google web site: Dim objshell As Object Set objshell = CreateObject("Shell.Application")
|
| Reverse word doc story reading order? | 07 Mar 2008 06:52 GMT | 1 |
Is it possible to take a long document where using the Header's 1&2 (as levels in Document Map) and actually reverse the headers reading order and the paragraphs reading order contained within header2? There are no tables within the document.
|
| not printing a hyperlink ! | 07 Mar 2008 00:10 GMT | 2 |
Have around 50 pages with each a hyperlink to the table of content. Is it possible that when I print the document that those hyperlink do not print. A bookmark has been set at the start of the table of content and those hyperlink just point to the bookmark. these hyperlinks are on ...
|
| 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,
|