| Thread | Last Post | Replies |
|
| Change Footer in Protected Document | 26 Oct 2005 16:15 GMT | 8 |
I want users to be able to change the footer of a copy of a protected template. Is there a macro for that? Thanks!!
|
| page break if statement | 26 Oct 2005 15:13 GMT | 1 |
I would like to add a page break if a certain Field condition exist? Is it possible
|
| Link to Macro in word document | 26 Oct 2005 15:07 GMT | 3 |
I have recorded a simple macro in word to copy and paste an extra section of a table if required. I would like to have a button or link in the actual document that one could click on which would then simply paste the table. This will be a shared document so would really need to ...
|
| Command button to e-mail current document | 26 Oct 2005 13:51 GMT | 1 |
I'm glad this group has "beginner" in the title. I have a form template and I'm just trying to put a command button on the form that e-mails the current document when pressed. This is what I attached to the click event of the button (from the help):
|
| looping through variables | 26 Oct 2005 13:06 GMT | 1 |
I have the following problem. I have several tables in a document and I need to work with the tables in a certain style. So I wrote a piece of code that loops through the tables, checks te style and if it is a match creates a variable in the variable collection of which the name ...
|
| How can you install Equation Editor on Microsoft Office Pro 2003 | 26 Oct 2005 12:24 GMT | 1 |
I'm trying to get directions to install Equation Editor in Microsoft Office Pro 2003. If you can help please let me know. Thanks
|
| Find # of Pages in First Section of Document | 26 Oct 2005 12:12 GMT | 2 |
I need to determine the number of pages in the first section of a document using vba. Anyone know how? Any help is very appreciated, thanks!
|
| Text Runs in VBA? | 26 Oct 2005 07:23 GMT | 5 |
Can someone please tell me how can I get the text runs of the word doc through VBA code or whether or not they are possible at all. I think they should be accessible since they appear in the XML genrated from word
|
| VBA Word Macro freezes when exiting sub routine | 26 Oct 2005 03:59 GMT | 2 |
I am searching though some text to break it up into name/value pairs, the names are in bold, and the values follow, see below. BoldName1 Value1 BoldName2 Value2
|
| Toggle macro button | 26 Oct 2005 00:19 GMT | 20 |
I'd like to know how a macro button can be turned into a toggle, like the bold button in the format bar, for example. TIA, Guillermo
|
| VB API translating into VBA | 26 Oct 2005 00:10 GMT | 7 |
I'm trying to use a Named Pipe in Word2003. I will let Word talks via this pipe with another application that serves as an pipe server. I have this working in two other programming laguages Xbasic and PureBasic. Now I want add VBA to it
|
| Macro Error Message | 25 Oct 2005 23:01 GMT | 3 |
I recently inherited a Word document that is giving me the following error when I first run a customized save macro: "Word cannot copy a file to itself. G:\.....xxxxxxxxxx" Now, if I Ok out of that error and rerun the macro, it runs without incident.
|
| Copy from Excel to Word | 25 Oct 2005 22:56 GMT | 11 |
I have a program (see bellow) that I can’t make it work. Basically, the program copy excel cells, open specific word file, however, it not paste it the cells into the word document. Could you please help me with this matter?
|
| Tab stop weirdness | 25 Oct 2005 22:41 GMT | 8 |
In my macro I want to clear all tabs, then set two tabs which should be active for any text that the macro pumps out in the rest of the document. I use this code from a 'Record Macro': 'set tab stops only at 1.25" and 3.0"
|
| Auto Correct-Option of capitalizing after numbers, i.e., L4-5. | 25 Oct 2005 22:24 GMT | 1 |
I would like to see the "option" of being able to automatically capitalize the first word in each sentence after ending the previous sentence with a numeral. I work for orthopaedic surgeons and a lot of my sentences end in, for example, L4-L5. After becoming accustomed to this ...
|