Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
macro help(mail merge file save)
Name: Jamie Date: April 2, 2003 at 17:39:53 Pacific OS: 98 CPU/Ram: unknown
Comment:
I want to be able to add a macro that will work with mail merge to let me save file at end of each form letter merge instead of having one large doc with lots of "letters" (using for contracts). Here is the macro so far. Of course it does not work. I don't know visual basic (learning c++ right now) and I think this can be done. Sub savedoc() ' ' savedoc Macro ' Macro recorded 4/2/03 by Jamie Smith ' ActiveDocument.SaveAs FileName:=WANT TO TYPE FILE NAME FileFormat:= wdFormatDocument , LockComments:=False, Password:="", AddToRecentFiles:= _ True, WritePassword:="", ReadOnlyRecommended:=False, EmbedTrueTypeFonts:= _ False, SaveNativePictureFormat:=False, SaveFormsData:=False, _ SaveAsAOCELetter:=False End Sub
Summary: Hi, first, thankx for taking time to see if you can help. And a bigger THANKS! if you do :) How do i merge and save a shape and text object with an image object? example: draw a square, add text on it...
Summary: I am working on making a mail merge. It basically picks data off excel as you expect it to do but I need to create a macro that'll open up every row in a new document. The coding I have done so far ...
Summary: I am trying to open a predefined mail merge document from access us VBA and when the document opens it opens another instance of Access. I used Q159328 for the programming and found another article f...