| Thread | Last Post | Replies |
|
| Playing with Ranges | 02 Nov 2004 17:48 GMT | 3 |
I'm trying to select a paragraph in my document and I may or may not wish to insert a link into this document using Href and Anchor Styles. In addition this link may be anywhere in the paragraph and I have to add text to the very end of the paragraph.
|
| How do I make a Textbox update after a check box has been clicked. | 02 Nov 2004 17:24 GMT | 1 |
This is what I tried. Private Sub CheckBox1_Click() If CheckBox1_Click = True Then TextBox1_Change = "I am a happy person."
|
| automating word | 02 Nov 2004 16:00 GMT | 2 |
Ok this one is killing me. I'm trying to use the range object to select all paragraph marks in a document. Then ensure all paragraph marks have no bold or italic settings. So I'm doing this (see below)...but I can't get it to select all it only
|
| DocVariables ?? | 02 Nov 2004 14:43 GMT | 2 |
I am currently working on word docs, and being new to VBA, refer to help files on and off. Though all these files talk about how to set and retrieve DocVariable values programmatically. But I still have no idea how to display that variable on a word doc without
|
| Collection - Problem | 02 Nov 2004 06:46 GMT | 2 |
Hay NG! I want to read an ini-file an put all lines in a collectionobject. everything is alright if i search the coll-object with an numeric index if i try to do this with an alpha-key i got an error(5)
|
| Setting Default Control in User Form | 02 Nov 2004 06:27 GMT | 4 |
Word 2000 How would I set the default button in a user form? If I wanted the user form to default to a text box when it is displayed, how would I do that? I've been looking through the online Help and the control properties, but
|
| word prompt | 02 Nov 2004 05:04 GMT | 1 |
I work for law office.We are trying to convert all templates from Word Perfect to Word. We are so accustomed to "Build Prompts" option and all benefits that it brings when somebody faces document "mass production". Is there any way to use Word for mass production of documents? Is ...
|
| word vba combobox to get date from mdb file | 02 Nov 2004 04:13 GMT | 4 |
Is there an economical way to populate a combobox from an access db table with 5000+ records
|
| Screen resolution | 01 Nov 2004 23:37 GMT | 3 |
Is it possible to change the screen resolution from 800x600 to 1024x768 before a VBA form is used and then reset back once it is closed? Thanks
|
| Please help with looping a process | 01 Nov 2004 21:54 GMT | 6 |
Hi, I am working on a macro that finds each instance of a Heading 6, then moves one line below that text to the formatted numbered list and sets the numbered list to start at one. I am still new at this, so I am trying to keep it simple (i.e. I am not sure how to tell it to look ...
|
| How do I set my prompt for properties for every save? | 01 Nov 2004 21:12 GMT | 1 |
I want to be prompted everytime I save a document new or old for the properties. I have tried saving my normal.dot and have the prompt for properties checked but it is not working properly. Any suggestions?
|
| automatic hyperlink of index entries and bookmarks in word | 01 Nov 2004 20:54 GMT | 3 |
Obviously, when you create an index in word, entries should be automatically hyperliked - clicking on the index page would take you directly to that location within the electronic document. My document has and index. When I mark new entries and update, I want those to become ...
|
| disabling frames and their controls | 01 Nov 2004 20:09 GMT | 3 |
I'd like to disable a frame and all the controls it contains, and re-enable it at some point. Is there any technique, other than pure repetition (listing each control in an assignment statement), to cause all the controls contained within a frame to take on it's enabled status?
|
| Tabel Cell range text problem | 01 Nov 2004 19:08 GMT | 3 |
I am having a problem adding text to a cell in an existing table it seems to be pre-appending my text to the current text as opposed to overwriting which is what I need. my code is in C#
|
| Test InputBox for Cancel? | 01 Nov 2004 17:31 GMT | 1 |
How Does one test whether the user has pressed Cancel on an input box? myString = InputBox(. . . . If myString = vbCancel Then Exit Sub The above fails. Pressing Cancel does not trigger the if statement.
|