| Thread | Last Post | Replies |
|
| How do insert an automatic future date in Word? | 04 Mar 2007 13:19 GMT | 21 |
In Word, I need to create a field that inserts a future date two business days ahead of the current date. I suspect it involves { DATE \@ "M/d/yyyy" } and +2 somehow. I'm still not sure how to make it skip weekends and holidays. Does anybody have any ideas?
|
| Controls Collection + VBA | 04 Mar 2007 13:16 GMT | 3 |
I have placed some controls (from View -> Toolbars -> Control Toolbox) on the word form. I 'm restricted to use controls from this toolbox only. What i have been asked is to have a button on a word form and when that button is clicked, i must display using a msgbox, the name of ...
|
| Problem with Checkbox macros | 04 Mar 2007 01:37 GMT | 3 |
I have a Word template that is opened from Access. I pass the contents of several bookmarks to the document. The document contains 4 checkboxes (formfields) and 4 textboxes (formfields). The document is protected. I need Textbox1 to contain today's date if Checkbox1's value is ...
|
| How to use Select Case when several cases result in the same code? | 03 Mar 2007 22:56 GMT | 3 |
I have a Select Case structure with six cases (six different values for the variable I'm checking). However, in three of the cases, I want to run the exact same lines of code. How can I do this without copying and pasting the same chunk of code three
|
| Change TextBox Focus | 03 Mar 2007 19:32 GMT | 4 |
I created a text box. The box accepts input from users. Upon hitting the "paste" button, the text box replaces specific bookmarks within a document. After hitting paste, the text box closes. I need to change the behavior of the text box so that upon hitting the
|
| Clear Button | 03 Mar 2007 19:18 GMT | 5 |
I have a simple find/replace textbox that I use to replace specific bookmarks within a document. Currently, user inputs values into the text box, hits a button, and the various bookmarks are replaced with the contents of the text box.
|
| remove manual page breaks before headings and leave the others untouched | 03 Mar 2007 15:37 GMT | 2 |
is it possible to tell Word VBA to remove only all manual page breaks immediately! preceding headings that are formatted with the built-in heading paragraph style "heading 1" and leave the other page breaks untouched.
|
| ADSystemInfo | 03 Mar 2007 11:08 GMT | 1 |
Trying to find some info about how to displat all users (members) of a certain AD group.. Found the code below that gets info about the user that is logged on the machine but need some help about how to display all users. (their username, firstname, lastname, title, phone and ...
|
| userform close issue | 03 Mar 2007 11:05 GMT | 1 |
I am still working in office 97 at the mo but can anyone tell me if it is possible to either diasble the user form close prebuilt into all userforms. What i mean by that is in the top right corner there is the x that if you press, this unloads the userform.
|
| Remove all page break and rearrange | 03 Mar 2007 07:58 GMT | 3 |
I have some hugh word documents. I want to remove all the page breaks of the whole document and add the page break based on some criteria. Can VBA achieve it? Thanks in advance
|
| History tracking | 03 Mar 2007 03:01 GMT | 8 |
I have a document that when a user opens the form to update it puts his/her name in the name textbox automatically. This works great for a new document. If it already exists and the user opens it up it will remove the existing name in the document and put their name in when the ...
|
| Clear button for text box | 03 Mar 2007 02:35 GMT | 1 |
I have a simple find/replace textbox that I use to replace specific bookmarks within a document. Currently, user inputs values into the text box, hits a button, and the various bookmarks are replaced with the contents of the text box.
|
| MS Word Text Box Find and Replace | 02 Mar 2007 22:34 GMT | 14 |
First, let me say that I have absolutely no VB experience. Here's what I'm trying to accomplish (and it doesn't really sound too difficult for you VB experts out there :)) Using MS Word, I have created a text box (created with the Control
|
| Spellcheck and Ignore All | 02 Mar 2007 21:42 GMT | 7 |
I am trying to uniquely list all the misspelled words in a document. After finding a misspelled word, how can program VBA to ignore all just like you would do from the spellcheck dialog box? The code starts something like this:
|
| Rich Text Borders | 02 Mar 2007 19:46 GMT | 1 |
I'm not really sure the best group for this, so I'll start here and if anybody's got better suggestions, I'm happy to hear them. So here's my question: I'm implementing a mini RTF-writer for a project I'm working on, and I'm
|