| Thread | Last Post | Replies |
|
| Find & Replace: formatting, like bold | 08 Mar 2006 08:18 GMT | 2 |
I need a macro that searches for telephone numbers and replaces them with same number + format = bold. How? Recording a macro for this does not work: the recorded macro only deletes the telephone numbers =). So I search for one of these:
|
| macro security | 08 Mar 2006 08:17 GMT | 1 |
I have some templates that have macros in them. Is there a way I can "signature" them or something and then make them a "trusted site" in my word 2003. Then I wouldn't have to have my macro security setting turned down to low.
|
| I cannot refer to fonts when find while recording a macro. Help. | 08 Mar 2006 08:16 GMT | 1 |
I'm trying to replace all instances of a given character with the same character in Times New Roman. This is straightforward using Word's find and replace feature. I have to do this often for several characters, so I tried writing a macro for it. Unfortunately, the macro recorder ...
|
| Save button in Word | 08 Mar 2006 02:24 GMT | 2 |
I have a command button at the end of a form to prompt users to save the document to their desktop. Does anyone know the code to do this?
|
| Word Macro doesn't seem to be executing any API function calls | 08 Mar 2006 01:14 GMT | 1 |
I am working with a Word Macro. In the macro there are calls to GetTempPathA API function. A client has XP and Word 2000 and the return value of this call is 0 with no dll error number. So far this is the only client that has this problem. Here is the code for the call:
|
| Is there a type lib for Equation.3 ? | 07 Mar 2006 22:00 GMT | 1 |
I have recently been coding with VC++. I use an automation client to add an equation to a word document hereunder: ...... _Application app;
|
| How to merge two .doc files? | 07 Mar 2006 20:45 GMT | 3 |
Hi, friends, I need to merge 2 .doc files: One contains template Header and Footer only, and the other contains required info. I did the follows:
|
| vba save with file extension & opening data back in a form | 07 Mar 2006 20:07 GMT | 1 |
hi, is there a way to enter data into a form then save it as a specific file extension which i choose? specifically i need to save the data as a .ged file. (a variation on a .txt file) Also is there a way to save my data from the form so it will open back
|
| Deleting DOC file in Shutdown Event | 07 Mar 2006 20:07 GMT | 3 |
I have created a VSTO 2005 Word project that opens a remote read-only document. The Open Event handler does a SaveAs of the current document to a local temporary folder to allow the user to make changes to the document. When the user finishes with their changes, they use an ...
|
| Word 2002 SP3 - change font color creates new style - breaking mac | 07 Mar 2006 18:47 GMT | 2 |
Help! I had slowly put together macros that would take a tab delimited database dump -- a list of names and codes and numbers -- off of our mainframe, and turn it into a nicely formatted office phone directory.
|
| creating a save button in a word document | 07 Mar 2006 15:49 GMT | 2 |
I have a button in a word document that prompts the user to save the document after they've completed it. Can anyone tell me the code to get this button to save the document to their desktop?
|
| macro moving with document | 07 Mar 2006 15:35 GMT | 5 |
How can you ensure that a macro created and saved in a Word2003 template is operable by the user? I know that macro security settings can affect macro functionality and have accounted for this. I develop electronic forms using Word2003. The templates (.dot) are stored
|
| Why can't I print Word documents in color? | 07 Mar 2006 15:31 GMT | 1 |
Help! I have tried everything that I can think of to print color documents from my computer. I am networked with three other computers and share one printer. The other computers can print color. If I insert a color copy into my printer, it will copy color, so I know it is not ...
|
| cross reference for replacing old field codes with new fields code | 07 Mar 2006 15:31 GMT | 1 |
i need to convert a large number of documents from a legacy system to MSWord. The documents present in word with the old systems field codes. Can I effect a cross reference which will effectively find the old code and update it with the new code?
|
| Multi Level Lists | 07 Mar 2006 15:31 GMT | 1 |
I am trying to export data from a database into a particular section of a Word document. No problems creating a simple list using the code below, but I need to create a list with sub-items as a multi-level list. The following is the code I wrote to create a simple single level ...
|