| Thread | Last Post | Replies |
|
| VBA Word 2003 alternative richtx32.ocx | 25 Nov 2007 20:13 GMT | 5 |
In Word 2000 i have made some userforms with some richtextboxes on them. I have update Word and now in Word 2003 this ocx doesn't work. Is there an alternative for the richtc32.ocx control?
|
| Arrays | 25 Nov 2007 14:52 GMT | 6 |
document.new I get the userid from a module and want to populate a text field with the user's phone extension. Here's an example of user's and phone ext:
|
| "Paste Special - Unformatted Text" Macro | 25 Nov 2007 10:56 GMT | 3 |
Hi. Can somebody tell me how to create a macro to . . . "Paste Special . . . UNFORMATTED Text" (I've tried clicking onthe "Paste" toolbar icon during macro-creation, and even though I DO try to record the "Unformatted Text" option, before closing
|
| Split column and move information | 24 Nov 2007 20:30 GMT | 1 |
I have a table with several columns. One column has entries like this, 24 Nov 2007. Can I split this column into 2 columns and move the 2007 into the new column at the same time? Thanks Jane
|
| Dialog 98 | 24 Nov 2007 18:35 GMT | 6 |
Word 2007 I don't know the constant name for the dialog that displays when you click on the right hand "X" to close a document, but I can make it appear with: Sub Testing()
|
| Auto select drop down value | 24 Nov 2007 14:11 GMT | 1 |
On document.new, I am pre-loading fields with info from our host system. I need to auto select a drop down value based on a value in text1. For example let's say the drop down list contains WNA
|
| detect and delete duplicate words | 24 Nov 2007 08:36 GMT | 3 |
how do i detect and delete same words or dulicates in a format
|
| Split table cells | 24 Nov 2007 04:54 GMT | 1 |
In a word table, the cell(2,2) contains this informations: Male/Female (enter) 20/30 (enter) 30/40 (enter)
|
| Macro doc + toolbar button via Email? | 23 Nov 2007 23:57 GMT | 5 |
I'm wondering if it is possible to Email a document with a macro attached, to arrive at receiver complete with macro button on tool bar to run it. I need to send someone the document and they don't know anything about attaching buttons to macros.
|
| "Application not found" error message | 23 Nov 2007 23:45 GMT | 3 |
The following code: Dim objshell As Object Set objshell = CreateObject("Shell.Application") objshell.Open "http://www.google.com/"
|
| Referencing list item relative to this one | 23 Nov 2007 23:25 GMT | 4 |
What I'm trying to do is to create a function that (when assigned to a keyborad shortcut) allows me to insert a quick reference back to the previous item in a numbered list. So, say I've got:
|
| Drop Down List Widths | 22 Nov 2007 19:20 GMT | 3 |
Word 2003 allows me to control the width of a dropdown list. For example: Set newlist = CommandBars(listnameis).Controls.Add(Type:=msoControlDropdown) newlist.Width = 175 This command does not appear to function when the macro is run in Word2007.
|
| Read & Write Files in Document format with out installing MSWord. | 22 Nov 2007 19:02 GMT | 2 |
I am need of a dll or code that can operate on Document format files with all the properties. I must be able to add text, read text, place headers/footers, align pargraphs e.t.c. I must do all these with out Installing MSword in my machine.
|
| Dialog Index 98 | 22 Nov 2007 17:29 GMT | 5 |
Word 2007 I don't know the constant name for the dialog that displays when you click on the right hand "X" to close a document, but I can make it appear with: Sub Testing()
|
| How to get Word Temporary filename using automation? | 22 Nov 2007 16:57 GMT | 1 |
I am using Automation for Word. Now I want to know the names of all the temporary files which word creates using automation. SSD
|