| Thread | Last Post | Replies |
|
| Really Weird Problem Formatting Word Table | 09 Feb 2004 23:26 GMT | 3 |
Thank you in advance I have a macro to format a Word table. In particular, I wish to set the width of columns to a particular standard. The code appears as follows Selection.Tables(1).Columns(1).Selec Selection.Columns.PreferredWidthType = wdPreferredWidthPoint
|
| Closing a "master" document | 09 Feb 2004 22:41 GMT | 1 |
We use forms through iManage (a document management system). When a user opens a form, merging begins. How do I script a macro to close the master form, leaving only the merged result open? Thanks in advance.
|
| migration tool that reads macro code | 09 Feb 2004 22:37 GMT | 1 |
Does anyone know if there is a migration tool available that will search macro code for UNC/drive mappings? We are moving from Novell to W2K servers and need to find a tool to help us convert our macros. We need to do this
|
| Change Name without saving | 09 Feb 2004 22:10 GMT | 2 |
How can I change the name of the active word document without save instruction. Which rpoperty should be controlled? Thanks Otto
|
| Problems adding fields and text to footer | 09 Feb 2004 22:09 GMT | 3 |
I need to add a footer that looks like the following in a document that's generated using VBA: Page X of Y Creation date: yyyy-mm-dd
|
| ActiveDocument & multiple open documents | 09 Feb 2004 21:39 GMT | 7 |
I am have a number of macros written in a template that reference ActiveDocument. These macros seem to work fine when only one document is open. However, my users report getting runtime error
|
| printing to different trays | 09 Feb 2004 19:51 GMT | 1 |
I'm working with Word trying to set the 1st page to one tray and the others to a different tray. Based on the tray IDs provided by HP this macro should work. Has anyone had success doing this in VBA or Word Macro using ID numbers, not wdprintupperbin etc - since that only works ...
|
| Distributing Word Macros | 09 Feb 2004 19:22 GMT | 7 |
Thanks in advance I've developed and tested macros which reside in my normal.dot I need to distribute the macros to a number of sites. I think I want to create a different .dot file (opinions may vary) Questions are
|
| Text Form Fields | 09 Feb 2004 18:58 GMT | 3 |
When designing a form in Word, is there a way to automatically fill in the text for Text Form Field 15 from Text Form Field 2, for example?
|
| Paragraph.Range and Page Breaks? | 09 Feb 2004 18:37 GMT | 3 |
In my attempts to delete a garbage character (see previous post), I created a macro that looped through every paragraph and deleted the first character. I used the Selection object, and it takes a bit of time to run. I thought I would try re-doing using the Range object, which I am ...
|
| Error message help? "Requested object is not available" | 09 Feb 2004 16:59 GMT | 1 |
I am trying to automate mailabels. So far the program runs as planned up to " .ActiveDocument.MailMerge.Destination=wdSendToNewDocument" and I get an error message from Word.
|
| Embedded Fonts Not Working in Word XP? | 09 Feb 2004 15:49 GMT | 5 |
Howdy guys 'n' gals. I've got a template with a barcode font embedded in it. It opens fine on my Word2K box, but WordXP does not display the font properly even though the font description still says "Barcode."
|
| Word tables and DataSets - FINALLY!!!!!!!!! | 09 Feb 2004 15:22 GMT | 4 |
I figured it out......... I felt I owed it to the groups I harassed with this quesiton :) to tell the solution.... special thanks to Ken and William Ryan who kept at it with me!!
|
| Putting formatted text into a field on a UserForm? (Word97) | 09 Feb 2004 14:59 GMT | 3 |
... and from there, inserting it into a document? I have a table lookup arrangement based on a document containing a table with two columns. The first column is a "key" (MacroName) one searches to find and use the formatted text (MacroText) in the second
|
| Document_New or AutoNew() macro | 09 Feb 2004 14:50 GMT | 15 |
I'd like to add a macro to templates that are stored on a network, suc that when users open a document based on these templates, the link wit the network is broken. This is to solve the issue that arises when documents based upon
|