| Thread | Last Post | Replies |
|
| Userform to Set and Read document fields | 30 Jan 2005 12:25 GMT | 6 |
I am a bit lost on how to do this... Basically I want to have a custom userform that allows the user to enter key pieces of information that will be used in the body of a document template. The user will open the form from a macro and enter their info and on close
|
| Legacy Access2/VB4 app merge errors with Word 11 | 30 Jan 2005 02:23 GMT | 1 |
I have a network where all of the client machines were recently replaced and are now running XP Pro SP2. Office 2003 is also on the new machines. The legacy application was written in VB 4 and I have no source code available. The Access version is 2.0. The application works as ...
|
| automatically close a doc after user clicks on email send? | 30 Jan 2005 00:24 GMT | 4 |
I have a word form ready with the email header active in the document. When I select Send on the email, the document remains open. I would like it automatically close once the send button is hit. I found that the ActiveWindow.EnvelopeVisible toggles the word email header.
|
| AddressLayout | 29 Jan 2005 20:07 GMT | 2 |
I was attempting to eliminate the United States of America for addresses when I import an address from Outlook. Somehow in the process "United States of America" got substituted for the zip code. No matter where I place the {<PR_POSTAL_CODE>} in the address form, it comes out ...
|
| What is wrong with this code? | 29 Jan 2005 18:35 GMT | 2 |
I?m trying to paste two cells (text) from Excel to Word. The code pasted below does not completely do the trick - please could someone tell me what is the problem, what must be added? Problems:
|
| disable toolbar buttons | 29 Jan 2005 15:38 GMT | 3 |
Does anyone know how to disable some toolbar buttons (so they apprear to be gray) using vba ? For example .. the italic-, bold- and underline-buttons
|
| Deleting a page forcibly | 29 Jan 2005 15:14 GMT | 2 |
I want to delete a particular *real page*. Like many times if I copy data from let's say Web/ some software etc and paste in to Word (I use word for Printing only !!!) then the last page would be having no data (atleast it would be blank as far as am able to see) but
|
| Special character not recognized | 29 Jan 2005 14:33 GMT | 6 |
ActiveDocument.Bookmark("mybookmark").Range.InsertAfter "text" where texts are texts that has special character created through Insert>Symbol>ShortcutKey method. How do I get around this problem?
|
| Calculating in VBA | 29 Jan 2005 13:50 GMT | 4 |
This expression tells me which page I'm on: Selection.Information(wdActiveEndPageNumber) I want to do something if a page is odd or something different if it is an even number.
|
| AddressLayout | 29 Jan 2005 11:52 GMT | 1 |
I was attempting to eliminate the United States of America for addresses when I import an address from Outlook. Somehow in the process "United States of America" got substituted for the zip code. No matter where I place the {<PR_POSTAL_CODE>} in the address form, it comes out ...
|
| AddressLayout | 29 Jan 2005 11:50 GMT | 1 |
I was attempting to eliminate the United States of America for addresses when I import an address from Outlook. Somehow in the process "United States of America" got substituted for the zip code. No matter where I place the {<PR_POSTAL_CODE>} in the address form, it comes out ...
|
| AddressLayout | 29 Jan 2005 11:49 GMT | 1 |
I was attempting to eliminate the United States of America for addresses when I import an address from Outlook. Somehow in the process "United States of America" got substituted for the zip code. No matter where I place the {<PR_POSTAL_CODE>} in the address form, it comes out ...
|
| Find string in table and move to next cell | 29 Jan 2005 11:08 GMT | 1 |
Windows 2K Word 2K I'm trying to locate a string (strFWitnessName) in a table in my document and then move one cell to the right to enter a page number.
|
| How do I select from insertion point to search result | 29 Jan 2005 06:01 GMT | 3 |
In my Word document, I am trying to write VBA code to select all of the text from the current cursor position to the previous Hard Page Break. I don't see that there is a way to get the Find method to extend the selection from the current location to the result of the search, ...
|
| SetFocus on a userform Does Not Work | 29 Jan 2005 02:52 GMT | 1 |
I have a fairly simple userform with a frame and two textboxes inside the frame. If a user makes an invalid entry I want to display a message, clear the entry, and set the focus back to the same field.
|