| Thread | Last Post | Replies |
|
| VBA in Template not Document | 21 Jul 2005 13:06 GMT | 1 |
I have a VBA embedded into a template, it works fine and I can generate new documents off the template. However if the document (.doc) is e-mailed or copied to a new machine the VBA breaks because I cannot find the template. It is not an option to copy the .DOT as well.
|
| FileSaveAs and AutoClose Word Commands | 21 Jul 2005 12:59 GMT | 4 |
I use the attached template to catch the Word Commands "FileSaveAs" and "AutoClose" but these events are not firing and some other code is catching them before me. I have removed all the other addins and removed normal.dot and there are no COM Addins installed yet the problem ...
|
| email macro that changes file name | 21 Jul 2005 12:59 GMT | 1 |
I have several templetes that we use. I have a simple email macro that works very well. What I do want to do is have the document name in the emailed version to be changed to whatever is entered in the field "Text1". The macro I use now is
|
| How do I create a new symbol for Word 2002 | 21 Jul 2005 03:08 GMT | 2 |
I have a document in Word that I want to be able to insert a symbol, which currently does not exist in the format dropdown box to insert a symbol. The symbol I would like to be able to add would be a box with an x inside it. Any ideas would be very helpful.
|
| word SDK | 21 Jul 2005 02:12 GMT | 2 |
i have a vb program that currently creates word documents using the various word objects available within Word.Application. currently i have microsoft word installed on my machine. is there something else like an SDK i could install and still use my program so i can delete
|
| Macro to merge 2 documents | 20 Jul 2005 23:22 GMT | 6 |
I was asked to merge 2 documents (doc1=draft; doc2=final) into one document (doc3) with the both the draft and final documents in it. The 2 docs must be merged in such a way that, for example page 1 of doc1 is on the left hand side of the page and page 1 of doc2 is on the right ...
|
| Create Error Message | 20 Jul 2005 23:19 GMT | 3 |
I am working in Word 2002. I have a form with many input fields. I have a tab order macro in the document to guide through the form. Because of the tab macro the user cannot tab to a previous field (shift + tab), doing so tabs them out of the current field and into the next ...
|
| populate combobox from csv | 20 Jul 2005 23:16 GMT | 1 |
I have been working with a document template, for which i am setting up a userform to collect some info, that will then be put into the new document. here is the code i have so far:
|
| Returning the count of Find/Replace in a macro | 20 Jul 2005 18:15 GMT | 2 |
When you do a Find/Replace from the menu, Word tells the number of replaced occurrences. In a macro, how can I determine the number of replaced strings? Find.Replace does not seem to have any way to return the actual count of replacements. Any ideas?
|
| text form field and macro | 20 Jul 2005 18:09 GMT | 1 |
I have 3 text form fields bookmarked as text1, text2 and text3 and I have a macro (test) that add text1 and text and put the result in text3 (text3 = text1 + text2). In text1 and text2 options I have run test macro on exit. How can the value of text3 does not change as I change ...
|
| Can I create a macro to transfer info from a Word doc to Access? | 20 Jul 2005 16:56 GMT | 1 |
I created a blank form in Word to be sent out electronically and completed before being returned to me. All the data on the Word "form" is in text boxes, check boxes or frames. Is it possible to write a macro that would transfer the data captured in the form to an Access ...
|
| Caret | 20 Jul 2005 16:39 GMT | 2 |
This there anyway of getting the Position relative to the screen, in pixel, of the caret on a Word Document. I have tryed using the Windows API GetCursorPos but it does not work when caret is in Word.
|
| How can I speed this up?? | 20 Jul 2005 15:37 GMT | 3 |
I am wits end trying to find a way to speed up this procedure. Below is a brief description of what I am trying to do followed by my code: ---Description--- We needed a way for users to import a document into our application.
|
| VBA to find third decimal point? | 20 Jul 2005 15:01 GMT | 9 |
The cells in one column of a table contain numbers separated by decimal points. The numbers can have several points (1.2.3.4.5), or none. I would like to go through each of these cells and truncate the number just before the third decimal point, if it exists; if not, the number ...
|
| How to keep replacement in lowercase | 20 Jul 2005 14:29 GMT | 3 |
I am having an issue with keeping my replacement formatting text in lowercase if the text it comes across is uppercase. I am searching through the document looking for 12 pt, Arial font and apply HTML formatting tags. All this works just fine, but my issue is
|