| Thread | Last Post | Replies |
|
| Allow formatting in form fields | 23 Mar 2005 22:09 GMT | 4 |
I have built a template that is protected to allow filling in form fields. Is it possible to allow the user to select styles to apply to their text when they fill in a text field? If so, how would I go about that? Thanks in advance for any assistance!
|
| how to implement in macro integrated browsing capability? | 23 Mar 2005 21:30 GMT | 2 |
how to implement in macro integrated browsing capability, i.e. to specify/select required folder via browsing, more easily. Currently code use just input box where exact patch to folder should be entered manually. Thanks.
|
| saying "no" programmatically | 23 Mar 2005 21:01 GMT | 2 |
I recorded a macro that selects my whole document and does a search/replace, another search/replace, then an update all fields. when the macro runs on an "autonew" i get a dialog box asking me if I want to "search the rest of the document -- yes/no" after each of the
|
| To hide a command button so it doesn't print out | 23 Mar 2005 19:31 GMT | 6 |
I created a command button to automatically update my table of contents in my word document using the following code: Private Sub CommandButton1_Click() ActiveDocument.TablesOfContents(1).Update
|
| Cannot find XML Toolbar in Word 2003 | 23 Mar 2005 18:42 GMT | 2 |
I am trying to work with XML in Word 2003 and I keep seeing references to the XML Toolbar. I can't find the toolbar anywhere currently. I have checked the Toolbar list and "Customize" but cannot find it. Please help.
|
| Starting word macro with command line arguments | 23 Mar 2005 16:49 GMT | 1 |
I am trying to create a word maco to create tables. I wanted to pass no of rows and columns as command line arguments when starting the macro. I tried using 'GetCommandLine' function provided in the Visual Basic help in Windows 2000. But did not help. Is there any other way to ...
|
| Create a new word document by a macro | 23 Mar 2005 16:19 GMT | 7 |
I have a word document with some fields of a form in which data can be entered. I will be having one standard template (not another document... just assigned to variables like text_1, text_2 ... in my macro. Please see below
|
| how to return the character code of the current character? | 23 Mar 2005 16:19 GMT | 2 |
I need a means of returning the Unicode character code of the character adjacent to the cursor, to a variable. In Corel Ventura it's as simple as .TextSpecialItemType lCharCode (well, that returns a Long, lCharCode)
|
| Changing Names of the Styles... | 23 Mar 2005 16:01 GMT | 7 |
Hi Guys.. Is there any method or property to change the name of the Style..For example Change Heading 1 Style from Arial 18 to Times New Roman 17 and then to change its name to default heading 1.
|
| How do I get Row # (from Table) the user is in for a Word Form in | 23 Mar 2005 15:42 GMT | 1 |
I have a table that has 3 columns and 12 rows. I have a form field in each cell. The first column form field has Entry Macro filled in using the same macro in each row. The maacro loops through a specific # of times letting the user select an item from a Form, I then populate ...
|
| How to refer to current UserForm | 23 Mar 2005 15:25 GMT | 4 |
Is there a variable that contains a reference to the current user form, such as Me or this? Thanks; Amy
|
| Need help with MS Power Point - Org chart | 23 Mar 2005 15:09 GMT | 2 |
Need help with MS Power Point - Org chart I apologize if this post appears a little childish. But I am not an expert in PowerPoint. I am trying to do an org chart for a small company.
|
| coding a new button | 23 Mar 2005 12:55 GMT | 1 |
I just created a new button and I am not sure what the next step I should take after I enter code. Any suggestions?
|
| Word Macro? | 23 Mar 2005 12:42 GMT | 4 |
I am trying to change the page orientation on a 10 page document, the catch being that each page has a different orientation. I have tried numerous ways, but nothing seems to work. If it helps, all but the first page are tables.
|
| vba template- macro security setting problem... | 23 Mar 2005 07:57 GMT | 2 |
g'd morning. i have a word xp template which has active objs. it is working fine on all computers except a single user. the user has windows xp with sp 2 and office xp installed vs. windows xp with sp 1 on all other machines. it has icons linked to macros which pop up vb forms. ...
|