| Thread | Last Post | Replies |
|
| Word VBA: Why a macro reads a file from 2 different directories | 03 Nov 2006 19:51 GMT | 4 |
I am new in VBA. I am sorry in advance if my question doesn't make sense. I have a word document and there is a button which trigger a macro. in the macro, I want to get some info from reading another doc.
|
| Inserting text at a bookmark without deleting the bookmark | 03 Nov 2006 19:42 GMT | 7 |
I have a User form with a document that is only ever printed, never saved. Multiple documents are printed with different information inserted via the User form. I wanted to be able to use the User form over again without opening a new document.
|
| How do I check if a Digital signature is installed? | 03 Nov 2006 19:08 GMT | 3 |
Is there a way to tell if my digital cert is installed ? In a perfect world.... I've created a DigitalSig.doc, that when opening this (the behavior is different for a template) from a shortcut I am prompted to enable or disable
|
| Using forms to populate fields in a document | 03 Nov 2006 16:44 GMT | 2 |
I'm not sure if this can be done but I have made a form and would like to use the text entered into the text fields to populate fields throughout the document. eg. A field 'Company Name' on a form, which when the user inputs their
|
| Tables In Word | 03 Nov 2006 16:19 GMT | 4 |
I've asked this question before -- I've learned quite a bit from some of the help I've gotten, so I'll try to condense my original version/post: Does anyone have some sample code I could use to do the following ==============================================
|
| DOCVARIABLE vs Bookmark | 03 Nov 2006 13:05 GMT | 18 |
Our company has a group of aboiut 50 documents that are used in administering the projects we do. Each document is customized with the project name and number. Every time a new project is started, one of the office staff manually inserts the project name and number into the ...
|
| Using bookmarks | 03 Nov 2006 11:56 GMT | 6 |
Can I insert severals lines (with LF), using only one bookmark ? How can I do it in VBA ? Thanks
|
| Work menu problems | 03 Nov 2006 11:27 GMT | 2 |
Some time ago Command-option-minus stopped giving me a thick black line cursor, so I can't delete items from my Work menu. I can't find a way to get it back, nor any other way to perform that function.
|
| Modifying built in document properties using an excel macro | 03 Nov 2006 07:40 GMT | 2 |
I am having an interesting problem while trying to set the built in document properties of a word file using an excel macro. I am picking the values from an excel sheet and trying to set the values for each .doc file in a folder one by one. The following code runs perfect the
|
| Using VBA to SUM 3 columns in a Word Table | 03 Nov 2006 05:43 GMT | 12 |
I have a Word Table in my Active Document that I'd like to SUM using a cmdCalculateTotal button on a form. Can somone please tell me how to approach this -- for example -- how would I write the VBA code to calculate Cells C3:C16 of the table? The Range of the calculated area is ...
|
| Measuring height of text and graphics to fill page-length tables | 03 Nov 2006 05:04 GMT | 2 |
I know there was another post recently about filling tables and measuring, but this is different. I have hundreds of pages of math problems that must be laid out in two columns--using tables. I cannot use section breaks and Word's columns feature
|
| How to convert numbering & headings to string variable | 03 Nov 2006 04:22 GMT | 1 |
I'm writing extraction tool for specificactions written in word document under strict rules . Then I need to create some kind of TOC including chapter numbers but consisting also pointers to headings to be able to link the data by special manner in Excel later on. Till now
|
| Microsoft Word Form: Save Form, Not Controls or Macros | 02 Nov 2006 23:42 GMT | 6 |
I have a Word template that consists of a 2 pages worth of form fields, and 1 page that has the controls used to fill in the form. The arrangement works well enough, and allows the user to edit the form manually if the source data is incorrect. I've even figured out how to
|
| One Document with 10 pages - macro to insert those 10 pages to multiple files | 02 Nov 2006 22:35 GMT | 13 |
I have a word document containing 10 pages (might not always be the case). In a single directory I have around 120 words documents which need these 10 pages incorporated into them at the beginning. Is there a macro that could help with this?
|
| Customize text in footer | 02 Nov 2006 22:18 GMT | 1 |
Hi all :) How do I insert text in the footer for all odd pages except for the last page, when the document is longer than one page? I looked into inserting/manipulating autotext but can't figure out how to get the condition
|