| Thread | Last Post | Replies |
|
| How to find all the selections | 10 Mar 2005 00:22 GMT | 5 |
If I'm using ActiveWindow.Selection to get a selection, I only get the last selection that was made by the user. If the user selected 2 or more parts of the document - how do I get the rest of them? Thanks!
|
| Sorting labels by color letter | 09 Mar 2005 21:01 GMT | 3 |
I have document with labels. Each lable have text and one of the words contains red letter. I need to sort labels by that red letter. How can I do this?
|
| Insert AutoText in Bookmark | 09 Mar 2005 19:09 GMT | 3 |
I'm trying to insert an AutoText into a bookmark but retain the bookmark. I've looked at previous posts and can see how to do text but can't work out how to do it for AutoText. The basic code for text that I'm trying to amend is
|
| Append a document onto an existing document | 09 Mar 2005 18:49 GMT | 10 |
I was just wondering I have a document that I have manipulated in a macro and now I want to open another document and then append the new document onto the original. Kind of like a mail merge I guess but manually since they are 2 different documents and I might need to append ...
|
| Change $ to Local Currency | 09 Mar 2005 18:16 GMT | 16 |
I am using Office 2003 and have the following problem: I use the following macro to convert currency to Word The macro does the following: $1,234.50 - converts to One Thousand Two Hundred Thirty Four Dollars
|
| online form/checkbox/macro | 09 Mar 2005 17:47 GMT | 1 |
I need to create an online form where when a user clicks the checkbox for NO (a yes/no question) the word NO turns red. OR if the user clicks NO, the X in the checkbox is red. Is this possible
|
| adding a new line on user form | 09 Mar 2005 17:15 GMT | 3 |
I am creating a user form that is asking the user for phone type (drop down) and then quantity. I would LOVE to be able to have "do you have another phone type" yes/no IF yes create a new line for phone type and
|
| Pass value of option button | 09 Mar 2005 16:37 GMT | 4 |
Can anyone tell me what is wrong with this code? I am trying to pass the value of the option button as yes (or no) to a userform. The spin button values pass, but not the option button value. With Normal.ReportFormQTCTest
|
| Populate a Dropdown from Excel Values | 09 Mar 2005 16:37 GMT | 2 |
This post is step 2 of another post... I am trying to have a Word Fax Cover Sheet populate it's data from an Excel Spreadsheet that contains contact information (To, Attn, Fax#, Phone#) I'd like to have the document open, populate a DropDown box with the Attn
|
| Get vaules from Excel based on Word Drop Down Box | 09 Mar 2005 16:35 GMT | 6 |
Here's where I'm at: I want to have a drop down box value determine what values to return to other fields from Excel. I have dropdown1 and I currently use the Case process (Case 1, Case 2,
|
| Lock docs and throw away the key...and related VBA | 09 Mar 2005 16:24 GMT | 7 |
Couple of questions about locking word docs. The main question is: how can I protect a word doc, and make sure it can never be edited again? I have written VBA code that sets the doc (word 2000) to "comments
|
| suppress | 09 Mar 2005 16:10 GMT | 2 |
Word 2003 template. The template is a large table with form fields and check boxes in cells along with text. If the check box is checked, I want the form field and text to show. If not, I want the cell with it's check box, form field and text to be
|
| Creating Hyperlink in Userform Text or ComboBox | 09 Mar 2005 15:57 GMT | 9 |
this may be an easy-to-solve problem but I haven't been able to find how to do it - your help is much appreciated: I have a template macro (invoked everytime user's selection changes) that finds Word .doc files whose filename contains the keyword that the user has
|
| Referring to a table in VBA | 09 Mar 2005 12:53 GMT | 4 |
Hello, Word VBA folk! Please excuse me in advance for what must seem a daft question, but this is the first time I've posted in Word VBA - I mostly do Excel and Project! The ultimate aim of my code is to produce a checkerboard effect on any
|
| Automation error -2147417948 (80010108) | 09 Mar 2005 11:06 GMT | 1 |
Word 2000, OS Windows 2000 After running faultlessly for more than five years i now get an error Run-time error '-2147417848 (80010108)' Automation error
|