| Thread | Last Post | Replies |
|
| Export drawing as jpg or tif | 07 Mar 2008 19:46 GMT | 1 |
Using Office 2003 on Windows XP; I have a document that is one page and contains a single drawing that consists of several boxes and lines, etc. Is it possible to save this or export it as a jpg, tif, or other graphic?
|
| Paragraph Formatting and Outline Level | 07 Mar 2008 17:11 GMT | 1 |
I probably should post this in another forum, but you people are all such experts I was hoping to get a quick response. I promise to confine my questions to macros in the future. I'd like to change the outline level associated with a paragraph. I'm
|
| How know ID for some commands that is in the "Clipboard" group on the "Home" tab (Word 2007)? | 07 Mar 2008 16:55 GMT | 4 |
Sorry for repeat of my question, but I am indeed need help. How get ID (identification number) for some commands, e.g. "Paste Special", that is in the "Clipboard" group on the "Home" tab (Word 2007)? Or other commands on the other tabs in the Word 2007?
|
| 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)
|