| Thread | Last Post | Replies |
|
| Drop-down List where items in drop-down list hyperlink to a webpage? | 10 May 2005 05:47 GMT | 2 |
I can create a webpage with a form that has a drop-down box. When the user picks an item, they are then redirected to another webpage. Example: Link 1 = http://www.microsoft.com
|
| Can VBA set row height to present value | 10 May 2005 02:27 GMT | 1 |
I have a wide table that I need to print on two landscape pages. I delete the right half and print the left side; then delete the left side and print the right side. However, the rows will not align between the two pages, since they collapse to the size necessary for the ...
|
| how do you input a signature in word? | 10 May 2005 02:21 GMT | 1 |
Hi i am currently designing a template for engineers to print and give to customers once they have completed their job. However i need the customer to input a signature and for it to show on the worksheet template that has been filled in with the work carried out.
|
| msoPropertyTypeString too short | 10 May 2005 01:46 GMT | 3 |
I'm writing a series of macros in VBA for Word. I need to set aside some text so that a subsequent macro can look at it. I want to store it in a custom document property, but msoPropertyTypeString is limited to 255 characters, and the text I want to store is sometimes longer than ...
|
| Plugin not working on some other machine | 09 May 2005 23:25 GMT | 2 |
i have a plugin for MS Word. It is working on my machine very well, but when i try it on some other machine, it crashes the Word. The values under the following Key in registry are as follow: HKEY_CURRENT_USER\Software\Microsoft\Office\Word\Addins\MyPlugin.Connect
|
| Template errors | 09 May 2005 21:31 GMT | 3 |
I had a template which was created with Word 2000 and now we have Word 2003. Everything was working fine until I wanted to add a new button to the template. Now any document that was created with the 2000 version template errors when it's opened in Word 2003 because it see's ...
|
| ActivePrinter not working in macro. | 09 May 2005 20:00 GMT | 1 |
We've got an application that invokes Word, executes a macro, does a merge with data pulled from a text file extracted from a database, etc, and then prints the merged document to a specific printer. For years we've been having to manually set the Windows default printer on the ...
|
| Is "Document Recovery" a toolbar? | 09 May 2005 18:34 GMT | 1 |
I have seen that sometimes there is a document Opened into Word and Word Crashes due to any reason and when I run a new instance of Word I can see a Docable window with Caption "Document Recovery" displayed on left hand side of the document. I want to know:
|
| Storing Macros within Word | 09 May 2005 16:38 GMT | 2 |
Where does Word store macros? Are they part of the document that you are in when you create them? Are they independent files that can be edited and saved as they are in WordPerfect? Any and all information I can get on this would be appreciated! Thank you!
|
| Changing Excel links inside Word Documents | 09 May 2005 13:47 GMT | 3 |
Currently the company I am working for has lots of Word documents with embedded Excel objects in them which were linked using Word's Edit->Paste Special. We recently switched to a new server so I am in the process of writing a script that will allow changing of these links to be ...
|
| Need Help With Wildcaed Search | 09 May 2005 13:26 GMT | 5 |
I have a table with alphabetic entries in it. I want to search the table for all entries beginning with a selected letter. I need to add a NOT to the search but I haven't been able to construct a string for the NOT. As an Example:
|
| User defined type could not be used as parameter to a sub (??) | 09 May 2005 11:25 GMT | 2 |
I defined a type "PAD" in a VBA program and 7 element in it. Then defined a variable as the "PAD" type. When I try to pass the variable to a sub, the VB compiler reported that variable is needed instead of an expressment.
|
| Copying from one workbook to another | 09 May 2005 11:24 GMT | 1 |
I have a problem... I've got an assignment to make something stupid in VBA and never tried VBA before so im a beginner at this.... MY problem: Im searchin through a workbook with only one worksheet. LIKE THIS:
|
| Time limit code - best way? | 09 May 2005 11:10 GMT | 6 |
What's the best way to time-limit distributed templates (mostly Word but Excel and PPT also) so that they stop functioning on a certain date or after a period of time? I'd like to avoid having to hard code date/time in the code but would prefer to use a setup procedure that ...
|
| identifying lists in a selection | 09 May 2005 10:23 GMT | 1 |
I am trying to identify any lists within a selection. The user will selected some text in a word document (word 2002), then press the button to launch my macro which should convert the text selected into HTML :-)
|