Dear All,
I managed to do the following:
Set dlgshadingborders = Dialogs(wdDialogFormatBordersAndShading)
With dlgshadingborders
.DefaultTab = wdDialogFormatBordersAndShadingTabShading
.Show
End With
to launch the Format Borders and Shading dialog box.
Could somebody show me how I could assign the selected Background pattern and colour to a variable when the user clicks OK, and that variable be used on the selected table?
Thank you very much in advance.
Regards
Rid