| Thread | Last Post | Replies |
|
| Help! Hyperlinks show up as code fields not blue text in MS Word . | 04 Mar 2005 17:37 GMT | 2 |
MS Word / Windows ME Office 2000--documents containing hperlinks that are opened in Word show only the field code (like html). They are not in Blue and can not be accessed unless you highlight directly and open mannually from the font menu. How do I reset to open automatically. ...
|
| Format textbox | 04 Mar 2005 15:29 GMT | 2 |
I've created a userform in vba, but now i must have a textbox with a specified format: it's a numeric textbox and i use this one, but the format doesn't works. Private Sub Lordo_Change()
|
| Assign Hotkey Problem | 04 Mar 2005 14:48 GMT | 3 |
I had a macro which active by alt-ctrl-D. It works fine in all PC except my client ont. Both of us are using same Word 97 SR-1. Why this happen? How can I solve it?
|
| Combobox control max size | 04 Mar 2005 14:35 GMT | 3 |
I'm developing a VBA application, and I have to store into a combbox more of 10.000 records. The problem is that combobox only show 10.000 records, and I'm losing information.
|
| Why does design mode keep getting turned back on? | 04 Mar 2005 13:15 GMT | 2 |
I am making an online form using MS Word 2003. The form includes radio buttons. I have designed the entire form and protected it so that only the fields are available for data entry. Everything seems to work fine when I test until I save the form (either as a Word document or a ...
|
| Newbie needs major guidance PLEASE | 04 Mar 2005 12:30 GMT | 2 |
Here we go; I want to be able to Enter a name and address of a company, the square footage of their roof and have this information go to my excel spreadsheet and arrive at a cost to replace the roof. Then I want that figure to go to a letter that will put in the name address, etc ...
|
| Populate one field based on value of another | 04 Mar 2005 08:39 GMT | 2 |
Here's my question... I want to populate Field2 based on the vaule in Field1. Field1 is a dropdown box. If I select a specific value from that box, I want a macro to detect the value and populate Field2, a text field.
|
| Can someone show me code to extract all the images from a document? | 04 Mar 2005 08:36 GMT | 2 |
I am trying to import a document from Microsoft Word into Macromedia's RoboHelp Office X5 HTML Help. I can't be certain about the original format of the source image files, but what I am seeing is that some files get imported as .gif files, some get
|
| Help : Code for inserting a photo in a userform? | 04 Mar 2005 05:50 GMT | 1 |
With a command button in a userform, I want to select a picture and display it at the left side of this command button. The selection of the picture by clicking on the commandbutton works fine but I can't get the picture to be displayed in the image button. Which code should I ...
|
| Passing Variant Array ByRef | 03 Mar 2005 23:29 GMT | 2 |
Hi, All. I'd like to pass an empty Variant Array to a function by reference. The function opens and reads a text file, and returns the populated Variant Array. See code below. I find I have to define two variant arrays as shown in Sub Test(), pass one to the function, then assign ...
|
| Replacement macro | 03 Mar 2005 22:18 GMT | 1 |
I need a macro that will change single spaces between sentences to two spaces between sentences in Word 2002. I've been trying to use my VBA experience with Excel along with Word Help with little success. Does anyone
|
| Word Application Optimization | 03 Mar 2005 21:42 GMT | 3 |
i hv a code which opens a large number of word documents, makes some minor changes and then saves and closes them. I create a single instance of Word and then open documents one after the other. All this is done in the background. The thing is that this process takes a lot of ...
|
| macro deletes entire doc | 03 Mar 2005 20:37 GMT | 4 |
Hi, can't figure out why the following code deletes my document, one character at a time! It needs to simply search for the next page break, move one character to the right, select until it hits a space and delete the selection, which happens
|
| Help me loop!!! | 03 Mar 2005 16:24 GMT | 4 |
Hi, I've read some of the loop related posts but still can't figure this out. Can you help? I have a short procedure that I need to continue until it runs out of incidents:
|
| Send a macro to another user | 03 Mar 2005 16:20 GMT | 1 |
I've got a macro that I want to share with others, but when I e-mail my Word document and the other person opens the document he can't run my macro. How do I send a macro with a document?
|