| Thread | Last Post | Replies |
|
| Macro to insert field-barcode | 30 Dec 2004 07:07 GMT | 3 |
I have a word doc that we are using to send to multiple companies. I am not using mailmerge. I am copying the address from one system and pasting into my word document. Then I going to Insert--Field--Barcode--Bar Code is US Zip Code. I would like to use a macro to insert the ...
|
| Need to open an embedded document in a protected form | 30 Dec 2004 02:31 GMT | 2 |
I posted this on 12/24 in Word / General Questions and didn't get a reply. I'm new to this area after reading several posts in the Word/Programming area, I think this is where I should have posted my original question. Here is my question:
|
| Visual Basic Macro question for Word --Parsing | 30 Dec 2004 02:11 GMT | 6 |
I would like to write a vis basic macro that will search the begining of each line of my doc, that does not start with a space " " and change the style of those lines. I need to parse thru each line to search thru each string in my word
|
| Help Needed On Template Launcher | 29 Dec 2004 22:27 GMT | 4 |
I want to create a custom dialog which can offer a list of templates to launch a new document based on. I hate the standard stuff word provides for reasons already explained regarding Details versus lists. Do you know of a code snippit that would do this. I want to display the title ...
|
| Playing .wav files in macros | 29 Dec 2004 21:27 GMT | 4 |
I hope I am not posting to the wrong Ng, if I did, sorry. I would like to be able to play short wav files in Word97 or 2003 macros. Any one can help me get started? I am an absolute beginner in writing word macros. Thanks.
|
| Word and WinApi - moving caret to cursor | 29 Dec 2004 21:07 GMT | 6 |
Please help, how in VBA PROGRAM move the caret to the location of the cursor the given code does not work: Public Declare Function GetActiveWindow _ Lib "user32" () As Long
|
| Find/Replace macro problem in selected table column | 29 Dec 2004 20:37 GMT | 8 |
I've created a macro that selects a column and performs several search and replace functions in that column. When I play the macro back Word asks the user if (s)he wants to search the entire document after each search. With over 40 search/replace functions that gets a bit ...
|
| make tekst Bold with a macro | 29 Dec 2004 20:24 GMT | 6 |
I have a Word document after merge I have the following text: -------------------------------------------------------------------------------- <mergefield title> fdsfasdfsadfdsafds </mergefield title> <mergefield body>
|
| Tech Eval | 29 Dec 2004 18:48 GMT | 7 |
Masters, Earlier I posted a response in the Tables NG. The OP was asking how to right a macro to add 4 to the value in column A and put the result in column B. The OP was looking for a macro to avoid entering repetitive formulas in
|
| FAQ - Frequently Asked Questions - vba - please read before posting - unofficial December posting | 29 Dec 2004 16:33 GMT | 4 |
FAQ = Frequently Asked Questions - brief - vba - unofficial This FAQ is posted weekly.- more or less Please save us all some time by reading it before posting to the news group.
|
| beginner's command button dilemma | 29 Dec 2004 15:00 GMT | 1 |
Does anyone have a code for attching to a command button so that it will email the document as an attachment to a specified address? I'm new to VBA and need all the help I an get!
|
| Headers(wdHeaderFooterPrimary) | 29 Dec 2004 14:23 GMT | 1 |
Need to modify this code. I'd like the logotype to be inserted on the first page (header) in the document only, not on the other pages. Thaks! /Senad Sub AddLogo() Dim HeaderRange As Range
|
| GetObject | 28 Dec 2004 16:20 GMT | 4 |
I am advised that I can 'open' a document invisibly in order to retrieve a certain bookmarks content by assigning the document to an object. Dim odoc As Object Set oDoc = GetObject("filename")
|
| Passing variables from Outlook to a Word Macro | 28 Dec 2004 14:43 GMT | 1 |
I am trying to send a argument along with a macro call from Outlook 2003 SP1 to Word 2003. The macro call works but I can not get the argument/variable to work. I think I followed the syntax in the Word help file,under Run Method, but I still get a "run-time error 438"
|
| text from userform textbox into formfields | 28 Dec 2004 11:26 GMT | 1 |
I am using word 97. when you set a multiline textbox on a user form and then transfer the content to a formfield in a document you also see the next paragraph and cariage return marks (two little squares) How do i get rid of these so the
|