| Thread | Last Post | Replies |
|
| Find and replace graphics. | 30 Oct 2006 16:09 GMT | 6 |
I'm very new to macros and VBA, and need help. I need to replace all the graphics in a Word document using Paste Special so they are converted from HTML linked images to embedded images. I have recorded the macro to do this, but I want the whole action to repeat
|
| keep the changes in a doc | 30 Oct 2006 15:05 GMT | 2 |
is it possible to keep the changes in a doc, without showing this to the user and without letting it shutting of eventually password protected ? We need to send docs to our clients where they can change only some parts of a doc (a column)
|
| Using Field.add on header/footer section | 30 Oct 2006 15:00 GMT | 5 |
On the Header/Footer section of a few Word Templates I have a drawing line and a FIELD CODE that will be updated each time a new document will be created by the code that is show bellow. Inside of the Header & Footer section FIELD CODE, I have an INSERTTEXT "C ...
|
| Problem getting exit code returned by DOS command | 30 Oct 2006 14:45 GMT | 1 |
When I try to invoke MS-DOS programm from VB, the exit code return is aways 0. My code is: Option Explicit
|
| Word automation print, hide error messages | 30 Oct 2006 14:31 GMT | 1 |
When printing a word document through ole automation, I get a problem when a user can't access the printer. My aaplication uses the document.PrintOut method. I have tried to set application.DisplayAlerts = FALSE, but the error message
|
| Find and Replace missing font (font substitution problem) | 30 Oct 2006 05:48 GMT | 2 |
I am trying to programmatically convert all references in a document of one fontname to another, in order to replace a missing font. This code works fine ... but only if the 'missing' font ("SuperHebrew") is in fact installed. For Each rngStory In ActiveDocument.StoryRanges
|
| Bold selected text generated in a userform | 30 Oct 2006 05:13 GMT | 2 |
I have a userform with 6 text boxes. I use a single bookmark to insert the information into the active document. I'd like to be able to format (bold) one of the entries as it is inserted in the document. I've tried tbNAME.font.bold=true and it accepts the statement but it has
|
| autofill a variable | 30 Oct 2006 02:51 GMT | 1 |
How do I autofill multiple places? Eg. I type over "name1" and "name2" at the begining of a doc with Jack and Jill and it autofills every "name1" with Jack and "name2" with Jill in all other places in the doc.
|
| Exit "Here" From Print Preview | 30 Oct 2006 00:58 GMT | 10 |
One thing I really miss like crazy from my last job was what we called an "Exit Here" Macro If you were in Print Preview viewing page x and you closed Print Preview you wound up on page x
|
| Wrong Normal template | 30 Oct 2006 00:40 GMT | 1 |
I've just upgraded to Office 2004 for Mac 10.4. I've customised the Normal template, but everytime I open a new document it is opening from a different template - at least, that's what I assume is happening because it does not open with my custom settings.
|
| Identify and mark numbers at the beginning of paragraphs - but not headings | 30 Oct 2006 00:37 GMT | 2 |
Hi group, my problem (Word 2003): I have to identify all numbers that are at the beginning of a paragraph in a word document but are *not* headings and put a marker (like
|
| Problem with msgbox and chr(10) | 29 Oct 2006 21:50 GMT | 1 |
I get an error: The project or library could not be found; Note that I have about 10 library references loaded inc.: office 11 objects, forms 2, cdo, dao, activex, outlook, vbscript, vba extensibility. Even odder, this template worked in the past, did it break as a result of an ...
|
| Add a row after the last row of a Word table | 29 Oct 2006 19:18 GMT | 2 |
Now, I know how to add a row in a Word table. But I need to make sure that this row will be added after the last row of the table. How can I do that with VBA? Thanks for your help.
|
| how to unload com addin? | 29 Oct 2006 15:19 GMT | 1 |
what is the code to be written in onBeginshutdown of IDTExtensibility interface to unload a com addin from office application? how to remove the menu item that is loaded using com addin? As the commandBarButton is not being removed from the Ms-word though I unload com
|
| Number of rows in a specific table | 29 Oct 2006 12:15 GMT | 5 |
How can we know (with VBA) the number of rows in a specific table in a Word document ? Thanks in advance!
|