| Thread | Last Post | Replies |
|
| Style InUse | 03 Mar 2005 16:01 GMT | 2 |
I want to check whether a style is currently applied to text in a document. I know the InUse property can't do this. You can use the Task Pane to "Select All nn instances", but is there a way to access this through VBA? Thanks
|
| How to trigger a macro on a calcuated form field? | 03 Mar 2005 15:40 GMT | 2 |
I have a purchase order document with form fields to calculate quantity x unit price to get an extended price. There is a calculated field at the bottom called Total that sums all the extended prices above it. If the TotalPrice is >100, then I want to change a checbox value to ...
|
| Text Box Form Control Objects - printing documents | 03 Mar 2005 15:11 GMT | 1 |
So I'm setting up protected documents with form fields. The text box form fields have a greyish background color. Without destroying the field (copying the bookmarked data value and pasting it over the control to replace it), is there a way to remove the grey background for ...
|
| until beginning of document | 03 Mar 2005 14:15 GMT | 4 |
In my code i am selecting all the text around where text is selected, that is underlined. However if the text is at the very start of the document it throws an error, what code would i need to insert so that it does this unless/untill it hits
|
| Deleting a Text Box programmatically | 03 Mar 2005 11:27 GMT | 1 |
I have created a Text Box with some text in it and then stored itas an AutoText item in the template for the active document. I called this autotext "~questions~". I know how to programmatically insert the autotext in question onto the page.
|
| MsgBox with checkbox | 03 Mar 2005 10:39 GMT | 1 |
When closing the document (AutoClose) I have a routine that is checking if the account number is missing in the document and the I display the msgbox "Please note that an account number is missing". After that the document closes. Now I would like to have a checkbox in that ...
|
| Removing a SAVEDATE Variable | 03 Mar 2005 10:19 GMT | 3 |
I have a SAVEDATE variable in an Microsoft Word document header, can I remove the SAVEDATE field code via (Word) VBA. I'm currently using Microsoft Windows 2000, with Office 2000. Any help would be appreciated.
|
| macro deleting pages | 03 Mar 2005 02:55 GMT | 3 |
Hi - this macro should find "Invoice=" and then select from the previous page break to the following page break and delete. It's deleting multiple pages. Any ideas why? I really appreciate the help: Sub BillAdd1()
|
| Macro to remove a watermark | 03 Mar 2005 00:22 GMT | 5 |
I wrote a simple macro to add a watermark to my document. Now I'm trying to write one to delete the watermark. The code works on the first Watermark I insert and delete, but subsequent ones give me an error "The item with the specified name was not found". I beleive the problem ...
|
| Change Registry DWORD Setting through VBA | 02 Mar 2005 23:06 GMT | 1 |
I need to change a registry setting. Have tried using PrivateProfileString but this just seems to add a String Value but I need to change the DWORD value. Is there a way to do this through VBA in Word (or through vbscript on an HTM page - I seem to be able to do even less ...
|
| Select Data Source dialog comes up everytime I update a DATABASE f | 02 Mar 2005 22:21 GMT | 1 |
Everytime a database field is updated, the Select Data Source dialog pops up. Here is the field definition (with the SQL removed): DATABASE \c "DSN=CATPSQSQLDSN;UID=thisthat;PWD=theother;WSID=localhost;DATABASE=PSQ_SQL;Network=DBMSSOCN" \s "SELECT ...
|
| clear table cell of junk | 02 Mar 2005 20:29 GMT | 8 |
In MS Word I noticed that whenever you center (Ctrl+E) a number/text in a cell that has extra spaces or tabs, word automatically gets rid of all the extras, but keeps numbers/ text. That is a very handy function. I would like to know who
|
| custom menu display | 02 Mar 2005 20:21 GMT | 2 |
I have a template (in 2003) that has 3 custom menus in it. I need two of the menus to be invisible if a user is an operator rather than developer. I have an option upon opening the document to select either operator or developer. When they select operator, I need 2 of the ...
|
| List files in a directory tree | 02 Mar 2005 19:59 GMT | 3 |
I have a simple routine that I modified from a posting by Andy Gallagher to list all the files in a single folder in a word document. I need a routine to list all the files in a folder and all its' subfolders. Any suggestions would be appreciated.
|
| Caps | 02 Mar 2005 16:22 GMT | 2 |
I am wondering if there is a macro that will help me change a document that was typed in all caps to regular case, with Caps at the beginning of sentences. I realize that if there are acronyms in all caps within the doc, they
|