Hide dialogs on mailmerge



How do I hide the DataSource dialog and the Header dialog on mail merge?

For example, when the following code runs, I don't want to see it:
If ActiveDocument.MailMerge.DataSource.Name = "" Then
MergeSetup
GoTo getDataSource
End If

TIA


.



Relevant Pages

  • Re: DataGrid Header
    ... > don't specify it it is true) the header text is taken from the ... > column of the DataSource. ... > DataView of a DataTable) you can alter the header texts by changing the ... Eliyahu ...
    (microsoft.public.dotnet.framework.aspnet)
  • RE: Turning off report footer section based via VBA
    ... I don't want to show the footer section for the 2nd field. ... so I don't need totals for Category when this happens. ... DataSource has a certain value I don't want to show the footer for Category. ... let's say i don't want the Category header printed when DataSource is ...
    (microsoft.public.access.modulesdaovba)
  • Re: Turning off report footer section based via VBA
    ... I don't want to show the footer section for the 2nd field. ... so I don't need totals for Category when this happens. ... DataSource has a certain value I don't want to show the footer for Category. ... let's say i don't want the Category header printed when DataSource is ...
    (microsoft.public.access.modulesdaovba)
  • Turning off report footer section based via VBA
    ... I don't want to show the footer section for the 2nd field. ... so I don't need totals for Category when this happens. ... DataSource has a certain value I don't want to show the footer for Category. ... let's say i don't want the Category header printed when DataSource is ...
    (microsoft.public.access.modulesdaovba)

Loading