| Thread | Last Post | Replies |
|
| TabIndex property in VB Controls placed on Word | 04 May 2006 21:03 GMT | 1 |
I am making a Macro Document Using VB Controls on the word Document. Now my problem is that i have mant Contols like combos and text box controls, I want to iterate throught them through Tab key. But I could able to find that property in Objects proprty. Please help me out to ...
|
| Toolbar on Right | 04 May 2006 20:01 GMT | 6 |
I have a custom toolbar that I'd like to position on the right side of the screen but I want the buttons to be displayed vertically rather than horizontally. Is there a way to do this?
|
| Page Setup using a macro and Word 2003 | 04 May 2006 18:46 GMT | 1 |
Hi all. We recently upgraded from Word 2000 to 2003 and I am having a printing issue with Word 2003 and a few printing macros I have developed for our office. The macros were developed on 2000.
|
| Code requested to require password to view the form | 04 May 2006 18:36 GMT | 3 |
I have a form template that requires publishing in a public directory but the form can only be viewed by one team for their use. Unless you have other suggestions, is there a way (and code) to require a password to display the form? This will be a different password than the private
|
| Word toolbar menus | 04 May 2006 16:47 GMT | 2 |
Using Word built in features (not programming) I created a new custom toobar and put a menu on the toolbar. Each of the items on the menu call separate macros I created. I would be able to reduce the macros called down to one if I knew which menu item had been selected. How do ...
|
| Word Instance Open for Long Period | 04 May 2006 16:42 GMT | 1 |
Please help me i Have a exe which is continuesly running (DUE to TIMER CONTROL)and it catch the request from the database and work on it. Our exe also uses Microsoft Word in it
|
| Word 2K: Mixed font size within table cell | 04 May 2006 15:03 GMT | 2 |
I am creating a birthday calendar using VBA. Each day (cell) in the calendar (table) contains a number for the day-of-month followed by the names of any persons having a b-day on that day. Each name appears on a separate line within the cell. I want to reduce the font size ...
|
| How do I convert a string to a decimal digit? | 04 May 2006 14:43 GMT | 2 |
Good day, I have two Userforms. You can see the first one as the parentform so to speak and the second one as the subform.
|
| Check Box code not working | 04 May 2006 11:59 GMT | 4 |
I thought I had it worked out but it keeps coming up with an error when I run my dialog box. I have check boxes that I want the user to select to insert certain blocks of text. There can be any combination of the six check boxes.
|
| How do I enable [click and enter] facility in Word doc? | 04 May 2006 10:56 GMT | 4 |
I want to set up a template that allows the user to enter specified data in designated areas; EXAMPLE [click and enter buyer name]
|
| MS Word 2003 Automation via JScript | 04 May 2006 10:40 GMT | 3 |
I'm writing an XML driven mail merge type of application and cannot get JScript to recognize the Selection object. What I want to do is load a template document, populate the data, save the document, insert a page break and then add the template again…round and round
|
| Adding cells from a protected file to a master file | 04 May 2006 10:37 GMT | 1 |
I have 10 different files and 1 master file. I want to add few cells from the individual file to my master file. I have a macro but it brings back the values from the specified ranges, does not add anything. Is ther a way to change this macro to hep add few
|
| why cant I find a fax cover page template when I ask for it? | 04 May 2006 06:09 GMT | 3 |
if I seach for a template to make a fax cover page it would be sensible to ask for it and instantly get the direction needed to accomplish my goal. But word does not make life that easy. I have used a template for different fax cover pages before and each time I seen to have ...
|
| Choosing one of several arrays? | 04 May 2006 05:14 GMT | 3 |
I have strings belonging to different series - A, B, C, and D - that I want to write to a corresponding array - aryA(), aryB(), aryC(), or aryD(). I will ReDim each array before I write the next string using a variable "x" to represent the next number. What is the right way to ...
|
| Creating Tables | 04 May 2006 05:03 GMT | 2 |
I am trying to read from a database, and each record should appear in its own table on its own page in a Word document (this is in VB6, not VBA), ending up with n pages for n records. The problem with my code is that all tables end up at the end of the
|