| Thread | Last Post | Replies |
|
| vb 6.0 login form for mutiple user (mbd | 16 May 2008 01:27 GMT | 2 |
Hello sir, i need login form code for mutiple user. i creat 1 from. in the form i have creat 2 text box and 2 command button.
|
| UserForm question | 16 May 2008 01:11 GMT | 6 |
I have created several bookmarks in my document. I then created a UserForm (UserForm1) and added code to the command button on the form such as: Private Sub CommandButton1_Click() With ActiveDocument
|
| bookmark - ms word 2003 | 15 May 2008 20:25 GMT | 5 |
How do I edit a bookmark so it only prints information in a field with quantity being greater than zero
 Signature stacia
|
| Sherching for a color and inserting text. | 15 May 2008 17:52 GMT | 3 |
I have a rather large word document that has several words colored in Red and Green. I would like to insert a word a the beginning of every paragraph that contains a red or a green word.
|
| Macros disappear | 15 May 2008 17:03 GMT | 1 |
I have recorded a Macro in Word 2003 with a keyboard shortcut CTRL+Shift+N, which works perfectly on my system. I have two questions: 1. I cannot view my own macros on my system when I reopen the document, but
|
| Access denied error when trying to delete a file - Word 2003 | 15 May 2008 15:33 GMT | 1 |
I have developed a template that is used by greater than 100 users that is used for a particular type of document. To ensure consistent file naming, I have developed a routine that determines a filename based upon the document variables for each file (called
|
| SEQ numbering within IF fields in Word 2003 | 15 May 2008 14:03 GMT | 1 |
I have a template I am developing which uses the SEQ field to auto number the paragraphs. However, a number of these paragraphs are within IF fields, so that if certain conditions are met/not met then they do not get output into the document when ran.
|
| RD field disapears at the stroke of D key | 15 May 2008 13:46 GMT | 3 |
It was suggested to me yesterday that I use macros to go through and make up this table of contents from multiple sources. I started the first couple of steps and to add in each individual document to the table, I started using RD fields.
|
| Save WORD DOC in TIFF format using VB6 Script to | 15 May 2008 13:32 GMT | 1 |
Hi Guru, I am trying to save WORD 2003 document in TIFF format using Vb6 script. How to do it? Here is my Vb script
|
| Programmatically count instances of a word | 15 May 2008 10:42 GMT | 5 |
Word 2002 Windows XP Pro SP2 Suppose I want to count the instances of the word "planet" in a document. I know I can use the Find... function under the Edit menu, but is there a
|
| Issue with Office 2007 Macro security | 15 May 2008 10:15 GMT | 3 |
I have some word templates which were originally made from earlier versions of word. They all open fine till Word 2003. But in Word 2007 the macros do not show up in the macros list. I also cant debug the macros through VB Editor.
|
| Date Function manipulate result | 15 May 2008 07:44 GMT | 2 |
Help to manipulate/assign result CalculateAge to my ActiveDocument screen, assign it toa DocProp or DocVariable and a ContentControl or the ActiveDocument screen at a bookmark please?
|
| Access to Adobe PDF menu? | 15 May 2008 02:38 GMT | 1 |
I use the AutoOpen macro to pop up a user prompt. I need this prompt here to set correct font sizes depending on language. Apparently, when I Convert to PDF from the Adobe PDF menu, the AutoOpen macro is run. I am trying to figure out a way to determine if AutoOpen was called ...
|
| assigning macro/code to picture? | 15 May 2008 01:37 GMT | 1 |
in Excel 2007, you can assign a macro or code item to a picture. can the similar be done in Word 2007, or can codes only be assigned to a command button object? thank you,
|
| Hide Rows in Table | 14 May 2008 21:06 GMT | 3 |
When I run the sub below it works fine. However when I call it from Document_Open() it gets ugly. Call this sub from Document_Open() and you'll see what I mean Sub Document_Open()
|