| Thread | Last Post | Replies |
|
| need to select range based on bookmarks | 04 May 2005 15:44 GMT | 2 |
I want the user to be able to select an end-point for a search and replace range. After some manipulations, I set the first bookmark like this: If ActiveDocument.Bookmarks.Exists("myStart") = True Then
|
| word vba error <automation error> | 04 May 2005 15:00 GMT | 2 |
Here is the code: Set objXL = New Excel.Application Set objwkb = objXL.Workbooks.Open(datafile) objwkb.Save '<--- Error in this code
|
| Greg Maxey - please get in touch | 04 May 2005 13:25 GMT | 2 |
Hi Greg I was wondering if I could get your email address? (We worked together on that Request for assessment thread.) Mine's chuckhenrich@eircom.net. Thanks!
|
| Can I detect when a MacroButton text would span more than one line | 04 May 2005 09:32 GMT | 10 |
As suggested by the MVPS site I put my hyperlinks in macrobutton fields to be able to get an event whenever the user clicks it. This is done programmatically from an addin written in VB 6 and works fine. The only problem is when the inserted hyperlink is too long. I then get the ...
|
| Get a Range for 2nd line in cell | 04 May 2005 08:26 GMT | 4 |
I have a cell in a table from which I want to get a Range that includes only the second line of text in the cell. At the moment I am looping through the Characters collection, using the first and second return characters to identify the second line. The problem is when I go to ...
|
| Macro - Insert Pause in Customize Outline Numbered List? | 04 May 2005 06:21 GMT | 4 |
I'm using Word 2000. Is it possible to insert a pause command so a user can input info into the NUMBER FORMAT box? I can write the macro so the window comes up and the cursor goes to the NUMBER FORMAT field, but when I click the Pause button (while writing the
|
| Convert MS-Word Documents to images | 04 May 2005 06:16 GMT | 3 |
I am using Office 2003 on Windows XP. I have several one page MS-Word documents saved as separate files. I would like to convert each of these to an image (e.g tif (preferred), jpg, png, or gif).
|
| Macro to toggle "Balloons in Print & Web Layout" | 04 May 2005 00:55 GMT | 2 |
I'm trying to perform a very simple task: use a macro to toggle the "Balloons in Print & Web Layout" option on and off (Tools->Options->Track Changes). But I can't find the property to do this. Recording a macro doesn't show it
|
| Fields | 03 May 2005 23:29 GMT | 1 |
Is there a way to determine whether the paragraph contains fields code? We use an addin feature that generates references at the end of document. I wanted to check whether the list was generated. Is there a way to do check whether p.Range has fields?
|
| Script language in headers/footers | 03 May 2005 21:38 GMT | 5 |
I want to insert script language from a document assembly program into a header/footer so that it appears on the second and subsequent pages. I have tried this and it doesn't work. Any help is greatly appreciated. Thank you.
|
| Macro to Open Outlook | 03 May 2005 21:04 GMT | 1 |
Are there any macros out there that can open and address an email in outlook? Nick.
|
| setting ExitMacro (to template) | 03 May 2005 20:57 GMT | 13 |
Okay, get a load of this: I am trying to check code using an attached template, and after I perfect the code, make the attached template a workgroup template. I hope that's proper.
|
| Image sizing handles not visible when userform is modal | 03 May 2005 20:50 GMT | 7 |
Hi! [ Windows XP SP2 / Word 2003 SP1 ] I want to help my users break the external link associated with some images in their document. I made a userform that lists all the external links and they click on the one they want to remove. I then highlight
|
| Centering an | 03 May 2005 20:08 GMT | 1 |
I have placed a graphic in my document, using "Insert -- Picture -- From File...",and am unable to adjust programatically its alignment on the page. In VBA, alignment options are not available for members of the InlineShapes collection. Even in the dialog insode of Word, though ...
|
| Hyperlinks in protected forms | 03 May 2005 19:45 GMT | 1 |
I followed the MVP site instructions for getting a hyperlink (MacroButton) to work in a protected form. In Word 2003, it works great. However, the hyperlinks are not active with previous of Word (i.e. 2000). Is there anything I can do to make the links (MacroButtons) works ...
|