| Thread | Last Post | Replies |
|
| Document_New() VS. Bookmarks...Sequence | 28 Feb 2005 22:08 GMT | 3 |
A user opens a word template from an Access application, Bookmarks are filled...then I have some code under Document_New. I need to capture a string insterted by the bookmark, then run my code. The problem is that Document_New seems to fire before the bookmarks are
|
| Searching for spaces | 28 Feb 2005 21:23 GMT | 2 |
Hello, I wrote the following code to replace any instance of a semi colon and one or more spaces following, but it doesn't seem to do anything. No errors, just no result. Any ideas why this doesn't work? Thanks very much for any help you can provide.
|
| calculations in form fields | 28 Feb 2005 20:59 GMT | 1 |
I want to add form fields in a form I developed. I have set all fields and locked the remainder of the document except for the form fields. I have tried entering the formula for the fields in the area desired, but the total calculation does not total unless I unlock the entire ...
|
| Referencing a bookmark in a table | 28 Feb 2005 20:47 GMT | 8 |
I have a bookmark to capture a manually entered date in a table cell. I want to capture whatever anyone types into that cell and put it in the footer. There are two problems: 1. If the person selects the entire cell and starts typing, the bookmark
|
| creating nested fields | 28 Feb 2005 20:06 GMT | 4 |
I fail to create nested fields. I would like my vba code to insert following formula into a table cell: {={ NUMPAGES \* MERGEFORMAT }+3} any hints greatly appreciated!
|
| Disable Saving Normal.dot | 28 Feb 2005 20:04 GMT | 6 |
The scenario: automating WORD from MS Access. Creating and saving multiple new documents from the code. I have turned off 'Prompt to save Normal...' in Options. I am still getting the prompts when the code runs for each new document instance. The code intentionally closes and ...
|
| Can document behind a userform be hidden | 28 Feb 2005 19:57 GMT | 5 |
I'm a newbie so please bear with me if this is a stupid question. I would like to creat userforms that do not have the document, into which the text will merge, showing behind them. Other than having a blank page at the top of the document, is there a better way of hiding the
|
| Helmut or Jezebel re Bookmarks | 28 Feb 2005 18:09 GMT | 6 |
Please see my last post under "Inserting variables in multiple bookmarks". I have set the range and selected the range, but I still cannot get the text to be formatted as indicated. I am trying to go to a specific bookmark and insert and format the text. The last If..End If ...
|
| exchanging info with another application | 28 Feb 2005 17:35 GMT | 5 |
Hi there, I would like to open another application, open a dialog box there and (with sendkeys) select and copy copy the contents of the box to the Windows Clipboard, copy it into a VBA variable, compare it, edit it automatically (based on rules), and copy the result back to the
|
| Inserting a PDF Hyperlink in a word document...urgent help needed. | 28 Feb 2005 16:42 GMT | 4 |
I am in need of a possible answer and that is: Is it possible to insert a Hyperlink to a PDF file in a word document, send that document to someone via email and for them to be able to open the word document, and click on the hyperlink that is pointing to the pdf file and it ...
|
| Bookmark Problem - how to write text to | 28 Feb 2005 16:04 GMT | 1 |
I am trying to get some text to be written to a certain position but all it does is to delete a command button I created on the document itself and to write the text below exactly there __________________________________________
|
| find and replace | 28 Feb 2005 14:38 GMT | 1 |
The purpose of my macro is to insert a space after a comma when the document originator failed to do so. The problem is that if I run the macro on the entire document, it will put a space after the comma in numerics, which is not a good thing. Such as $25, 000.00
|
| Ability to remove more than one hyperlink at a time | 28 Feb 2005 11:24 GMT | 1 |
It would be useful to have a feature where you can select more than one hyperlink and remove them as a group rather than having to do it one at a time. As I type this, I'm thinking that perhaps I could get round this by
|
| Class in separate add in? | 28 Feb 2005 11:07 GMT | 4 |
I'm trying to get my head around classes ... ideally I'd like to create add ins that contain code used by a variety of subs in other add ins. I'm using a progress bar form as my learning tool -- for instance ideally any sub in any add in would be able to call up the progress bar ...
|
| Adding TextBox Shapes becomes slow | 28 Feb 2005 02:02 GMT | 7 |
I need to add about 200 TextBox Shapes to a document through Visual Basic using Word 9.0 Library The Code i use is: Set textBox22 = wordDoc.Shapes.AddTextbox(msoTextOrientationHorizontal,
|