| Thread | Last Post | Replies |
|
| How do you make a macro button not appear when printing document | 01 Aug 2008 00:31 GMT | 1 |
How do you make a macro button embedded in a document not appear in the document when printed?
|
| Help with custom shortcut menu | 31 Jul 2008 22:37 GMT | 2 |
I am using word 2003 / win xp and have a document with a number of tables, each of which is best served by a custom shortcut menu to facilitate entry of information. I have gotten the shortcut menus to correctly open (this macro is called with an index of which table the ...
|
| How do I create fields and cross-refernece links | 31 Jul 2008 22:22 GMT | 1 |
I have a document that uses several key terms. throughout the document, it mentions the terms and the "page #" the term is located on for your reference. how do i insert a cross-reference link to that page # for the term without having to do it manually each time, whether the ...
|
| Getting formatted text from Range to RichTextBox and return | 31 Jul 2008 16:01 GMT | 1 |
Hello again. Is there a way to get formatted text from a Word document (specifically a Range within the active document) to a RichTextContentControl in a Form (and/or backwards). I can easily get the plain text from the Range to the RichTextControl
|
| save as | 31 Jul 2008 15:35 GMT | 1 |
I have a form which has a macro to save as filename. I want to include in the filename the current time which brings up the error invalid file name. I assume it is because of the : in the time value. Is there any way of converting this?
|
| Vbscript Create Word Footer | 31 Jul 2008 15:03 GMT | 2 |
I am trying create a footer in Word using VBScript. Currently i am only able to insert 1 wdfield. How do you insert 2 wdfields into a footer? How do you insert date saved and filename into a word footer?
|
| User Form return values | 31 Jul 2008 14:20 GMT | 1 |
From my template I Have a userform which has 2 radio buttons (Add or Delete). I also have a textbox for the user to input which vehicle(s) seperated by commas. When I click OK and come back to my form how do I retrieve the values from
|
| Working with Find/Replace programmatically | 31 Jul 2008 13:47 GMT | 2 |
Hi group. I'm trying to write an AddIn capable of replacing highlighted text with contentcontrols. For the moment my concern is to find the code that can find the highligted ranges and return them (as a collection or list). Here I've found two specific problems:
|
| VBA code to select text and search for condition... | 31 Jul 2008 12:40 GMT | 2 |
I usually include code that I've written so far for a project that I have problems with but it isn't working the way I wrote it so I want to pick your brains. I have a log file from a system that is over 3k pages long (depends on the
|
| VBA editor colors -- strings? | 31 Jul 2008 11:01 GMT | 2 |
Is there a way to make text strings appear in a given color in the VBA editor? For example, in the line: sFile = "C:/data.txt"
|
| Programmatically insert a Works object in a word document | 31 Jul 2008 09:51 GMT | 4 |
I have got a problem to program a simple button that enables user to add a Works file in his document. In Word 2007, when I do "Insert>Object> Microsoft Works", I have a Works document which is inserted.
|
| 2007 File New intercept Encrypt Password | 31 Jul 2008 09:38 GMT | 18 |
Does anyone now if it is possible to add to my File New macro (and how) to put in the password for Encrypted document templates so they stay encrypted but allow the new document to be created? I can post my File New intercept if that helps for my templates.
|
| How to get and copy values from one table to second table? | 31 Jul 2008 09:27 GMT | 2 |
There is one table (table1) which has 5 columns and different number rows. First 3 columns has some values. I'm create new table (table2) below with 7 columns. I need to copy values from first 3 columns of table1 to columns of table2. I am repeating: previously number of rows
|
| Calling tables from Word documents into a larger Word document. | 31 Jul 2008 08:48 GMT | 2 |
We are compiling a large report that will include hundreds of tables of data. The data are all in an Access database. We want to export data from Access in the form of individual Word tables, and then insert those tables into the large report automatically via VB script,
|
| Macro to search for specific text and delete it | 31 Jul 2008 03:51 GMT | 1 |
I have over 100 documents I need to search for a specific text string and delete it. Please help with the code ActiveDocument. What comes next?
|