| Thread | Last Post | Replies |
|
| I have a fairly simple macro writing question (in Word). | 08 Nov 2006 11:33 GMT | 6 |
I have used a mail merge to create labels of products with relevent pictures attached to each label. However I have to select all and update to get the images to appear once the merge has run and then the sizes all change to a very small size.
|
| Word File Size Growing Rapidly | 08 Nov 2006 04:08 GMT | 1 |
I have been working on VBA code for template over a period of 6 month and have saved it hundreds of times. The file size is getting ver large even though it doesn't have more data or versions. I downloade a utility called Code Cleaner but it gives me an error "Programmati
|
| Delete unused styles | 07 Nov 2006 20:41 GMT | 3 |
I had a macro that in Word 2002, would delete any styles in a document that were not in use (shown below). Now when I try to run it in 2003, I get an error message that "myStyle" (the variable) is not found. Does anyone know the fix for this problem?
|
| Access RTF in a Range or selection?! | 07 Nov 2006 19:59 GMT | 3 |
I need to access the Selected Text in RTF format and send RTF Text to Word in a C# App. I cant use Copy and Paste becuase it ruins the information user has put in clipboard and more importantly becuase the program reads data from a
|
| >> Edit .htm document using Word | 07 Nov 2006 19:58 GMT | 4 |
Hi, I have a web page that I update using code. That is, programmatically open a .htm file and replace strings at specific locations in a table. This works superbly. The problem is that MS Word (2003) adds meta data and interprets the tags as
|
| Activating an invisible app | 07 Nov 2006 19:40 GMT | 1 |
I'm trying to automate a MailMerge from a VB6 app. I want to merge and then prompt for a printer without displaying the Word UI. Here's my code so far: Set wordDoc = wordApp.Documents.Open(FileName:=TEMPLATE_ROOT & "PhoneListMasterMerge.doc", _
|
| Select Body String - great code needs refinement | 07 Nov 2006 19:33 GMT | 5 |
I tried this code and added Body.Delete and Body.Copy BUT on text below it selects from BEGINNING OF DOC to last character - it does not select period at end of sentence. It is supposed to select from below DEAR.
|
| Word 2007 Macro Error when Changing Footer | 07 Nov 2006 19:12 GMT | 1 |
Note: I posted this question in the Office Developer > Automation forum last week, but did not receive a reply. I'm hoping the Word > Programming forum has a wider audience, since this is a showstopper problem for me: I started the macro recorder in Word 2007 B2TR, and then did ...
|
| how to get macro recorder to work with autoshapes? | 07 Nov 2006 16:31 GMT | 1 |
I am trying to use autoshapes (flowchart) with the macro recorder. The recorder cassette changes to a pointer when I am over the autoshapes or some of the other tool menus. Does anyone know how to get this functionality?
|
| Character count & bookmark position not tallying | 07 Nov 2006 16:16 GMT | 4 |
I am trying to write a VBS script to run over a collection of 4000 or so documents that were created using a word template which uses a form on document creation that people fill in. This form then inserts text at various bookmarks throughout the document. I need to now extract
|
| autotext in textbox | 07 Nov 2006 15:59 GMT | 1 |
I want to show an autotext in a textbox WITH the the correct formatting (different styles are possible in the same autotext; first line is bold, second line is italic etc.). The text is shown but not the correct formatting. How can I do this? Is it possible?
|
| Macro to copy files | 07 Nov 2006 14:17 GMT | 1 |
I have a number of directories containing mainly word documents (but some INI files) that I need to replicate on other network locations. I have created a macro that copies the relevant folders to the relevant servers. However as there are circa 2000 documents that are ...
|
| Troubleshooting Excel in Word | 07 Nov 2006 14:08 GMT | 1 |
I've created a couple of documents with Excel spreasheets inserted in either/or Word Table Cells or in Text Boxes. On several occassions in the past several weeks since I've created these documents/forms, several of the Excel Spreadsheets have appeared to have changed, on their ...
|
| Automatic Summation | 07 Nov 2006 13:48 GMT | 1 |
I am creating an assignment sheet in word. At the end of each question there's the mark allocation. Ex: What is the capital of Canada? (3 marks)
|
| Title Case Cross-reference | 07 Nov 2006 13:29 GMT | 4 |
I am having a rather difficult problem with something I thoght would be easy and would really appreciate some help. I am trying to create a macro that would allow me to change the format of a cross reference form Uppercase to Title Case. Specifically, the word ARTICLE to ...
|