| Thread | Last Post | Replies |
|
| Messages on this forum | 16 Nov 2005 10:58 GMT | 6 |
These are probably Outlook Express questions, but I thought that someone here may know. 1) I use OE to check these forums. It seems to keep around 2 months worth of messages, then the older ones disappear. Is there a way to
|
| Intercept Macro-Record Dialog | 16 Nov 2005 10:58 GMT | 9 |
I would like to limit the macro functionality of Word 2003 in such a way that users can save their macros only to a particular template, different from normal.dot. Two ways come to my mind, either modify the Macro-Record Dialog so that the "normal.dot" template is not shown, or
|
| ComboBox | 16 Nov 2005 08:58 GMT | 1 |
Is there a way to determine the difference between typing in a combobox and changing it by using the drop-down? I can only find the change-event. / Ulf
|
| Change first space in each paragraph to a tab | 16 Nov 2005 07:29 GMT | 12 |
Does anyone have a simple macro that will change the first space in each paragraph to a tab? Greatly appreciate some help with this.
|
| Append range to document | 16 Nov 2005 06:59 GMT | 3 |
I want to append the content of a range to a document, including all formatting. The problem is I can't use the clipboard for this. Can this be done and how? Merijn
|
| How to Fill the Labels in Mailling Label. | 16 Nov 2005 03:41 GMT | 2 |
i am using following code to fill the Conatct deatils in the Labeles. addr = "Dave Edson" & vbCr & "123 Skye St." _ & vbCr & "Our Town, WA 98004"
|
| MAcro to create headers and footers | 16 Nov 2005 03:26 GMT | 4 |
Can somebody help me to get a macro to load headers and footer automatically. Thanks. Maperalia
|
| Font Colour | 16 Nov 2005 01:20 GMT | 2 |
I wrote a simple script to populate a word document with the free space of my servers and wanted to make it stand out (large font & red) if the value is less 15%. The code works but everything (just in column 4) becomes large & red after the first instance of the space being less
|
| How do I Import text into Word | 16 Nov 2005 00:59 GMT | 3 |
How can I import data from a plain text file into a Word document so that I can add formatting to it? I want to automate the process and add headings, subheadings and change fonts. What tool can be used to do this?
|
| Show/hide large pieces of a document? | 16 Nov 2005 00:04 GMT | 1 |
Here's an interesting challenge... I was asked to create an application that would let users choose paragraphs to show or hide using a checkbox. The basic idea is that they would look at several alternate paragraphs per page, choose one by checking its checkbox, and then generate ...
|
| Inserting jpg's into headers with VBA | 15 Nov 2005 22:39 GMT | 5 |
I'm trying to develop a macro in Word to insert a picture (shape object) in a header. I have no problem inserting lines as inline shapes using the addline() method and . However when I use AddPicture(), it always gives me compile errors or runtime type mismatch.
|
| Acessing Paragraph Lines? | 15 Nov 2005 21:44 GMT | 8 |
General question with WORD2000. I converted some text to a 2 column table which has fixed column widths. If the column 1 text starts with an alphabetic then columns 1 and 2 in that row are merged. If the text wraps to more than 1 line I would like to be able
|
| Linking to Word | 15 Nov 2005 21:18 GMT | 11 |
I have an intranet that does not use a server. We have a hyperlink to open a word document that opens just fine except it does not start the VBA code. I can click on the word document and it opens with the userform but opening the same file with a link from a web page will not
|
| Macro to cut a big document into smallers ones. | 15 Nov 2005 21:10 GMT | 12 |
Hi everyone, I need a macro to cut a big word document en save it in more little documents. Is it possible if, for exemple, I want to cut a 1200 pages documents into 6 documents of 200 pages?
|
| How to build a delay into a code | 15 Nov 2005 20:58 GMT | 3 |
I'd like to pause a Winword macro until a specific time. I tried something like Application.Wait Now + TimeValue("00:00:10") and it came with the compilation error "Method or data member not found".
|