![]() |
|
|||||||
|
|
Thread Tools | Display Modes |
|
#26
|
|||
|
|||
|
I've recorded a Macro while opening any random document. This is what I get:
Code:
Sub Macro4()
'
' Macro4 Macro
'
'
Documents.Open FileName:="Test1.docx", ConfirmConversions:= _
False, ReadOnly:=False, AddToRecentFiles:=False, PasswordDocument:="", _
PasswordTemplate:="", Revert:=False, WritePasswordDocument:="", _
WritePasswordTemplate:="", Format:=wdOpenFormatAuto, XMLTransform:=""
End Sub
Code:
Format:=wdOpenFormatAuto |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
Mail Merge to create specific number of table rows
|
flackend | Mail Merge | 4 | 12-01-2023 02:49 PM |
Mail merge at large table with variable number of rows
|
blar | Mail Merge | 1 | 10-19-2015 03:04 PM |
Mail merge into table with two colums and several rows
|
kathriiin | Mail Merge | 3 | 03-30-2015 07:06 AM |
Mail Merge To Individual PDF Files
|
iamrickdeans | Mail Merge | 1 | 01-15-2014 12:46 AM |
Grouping table rows to prevent individual rows from breaking across pages
|
dennist77 | Word | 1 | 10-29-2013 11:39 PM |