| Thread | Last Post | Replies |
|
| Code to select only lines in a drawing | 11 Mar 2008 14:22 GMT | 3 |
Using Office 2003 and Windows XP; Is there a way using code (or otherwise) to quickly select only the line drawing objects on the current page. i.e. only lines, not boxes or other shapes?
|
| Word 97 Won't Allow File Replacement | 11 Mar 2008 14:08 GMT | 10 |
Though this has worked well for years, it isn't anymore. - I export an ASCII delimited text file from another database program; - DDE commands are sent to Word to run a macro. The macro opens the exported file and performs mail merge ;
|
| Macros written to format text between wildcards ends up deleting t | 11 Mar 2008 13:52 GMT | 2 |
I am new to writing macros. In Word 2003 I have recorded a macro that Finds & Replaces the font formatting and size when using wildcards (so that any string of text between ;;*;; is formatted to Tahoma Bold 12 pt; or any text between @*@ is formatted to Tahoma Regular 11pt, etc ...
|
| Two printer buttons on tool bar programmed to use two different pr | 11 Mar 2008 13:30 GMT | 1 |
I have two printers (one colour and one black & white) and have put two printer buttons on my tool bar. I have coloured one to represent the colour printer and the other printer button represents the black & white. I have gone into the buttons and tried to link it to the ...
|
| Looping Through Pages of a Word Doc With VBA | 11 Mar 2008 12:36 GMT | 6 |
I'm very new to VBA so I don't really know if I what I want to do is even possible, much less how to go about it. What I want to do is, given a document, to loop through it, find all the frames, and change their height. I can do this part. Here's the
|
| Need Macro (?) to Change Default Page View to FULL PAGE! | 11 Mar 2008 08:55 GMT | 3 |
I get a lot of .doc file attachments in my email. When I click on them to view, my Word 2007 ends up displaying them with VARIOUS (diferent!) page view magnifications each time. Some times they'll display around 200%-or-so. Sometimes around 175%, etc.
|
| Creating tables in loop | 11 Mar 2008 08:19 GMT | 1 |
I'm trying to loop through some information, creating some text and a table at each pass. What I have now (see below) places each table into the first cell of the preceding table. It probably is an error in my range but I'm not sure what it should look like. I thought using
|
| Embeded Excel | 11 Mar 2008 00:46 GMT | 1 |
I can embed multiple Excel worksheets into a Word (2003) doc. How do I get the sheets in Word to communicate with each other as if they were normal separate workbooks? and syncronize?
|
| How to update the old file with new template | 10 Mar 2008 20:09 GMT | 2 |
We have a template which has been used by users for years. Recently, the template was updated not only code but also the interface - added 2 new company logos. When user opened the old document with the updated template, somehow, user
|
| WORD 2007 VBA VERTICALALIGN PROPERTY | 10 Mar 2008 19:53 GMT | 5 |
Is there any way to justify a block of text (vertically) in a table cell using VBA?
 Signature JBusby
|
| Word frequency count | 10 Mar 2008 17:00 GMT | 7 |
I have a word document with the following words(sample) : Word_this_and that KK857 9269875 King king King I want a macro that shows word frequency count using space as the word separator. The count of above should be displayed as:
|
| Set_visible causing major slow down | 10 Mar 2008 15:15 GMT | 4 |
We're using automation to create MS Word documents. Borland C++ builder (I am in the process of converting the code for use in Visual Studio) is what we're using. We just started encountering the following intermittent problem.
|
| Mail merge using VBA stapling group of sections instead | 10 Mar 2008 14:11 GMT | 4 |
Dear mr. Robbins, With great interest I read your answer on a previous question, namely how to print and staple individual sets within a mail merge document. Your answer was related to the following VBA-code, which I used successfully;
|
| The macro cannot be found or has been disabled | 10 Mar 2008 13:35 GMT | 3 |
Office 2003. My security settings are set to low. I have never had a problem with this before. Now all of a sudden I get this error message. I had office re-installed last week and it seemed to have fixed the problem but now it is doing it again. The macros I am trying to run are ...
|
| Spelll check question, Word 2003, Windows XP | 10 Mar 2008 13:10 GMT | 7 |
In Word 2003, is there a way, with VBA code, to run a spell check on just section 2 of a document? I have been playing with various versions of ActiveDocument.sections(2), but somehow, I don't quite seem to be able to figure it out.
|