J
JBNewsGroup
Hi,
In a WORD2000 macro I have the following code:
With Dialogs(wdDialogFormatBordersAnd Shading)
.Display
TBorderStyle = .TopStyle
LBorderStyle = .LeftStyle
BBorderStyle = .BottomStyle
RBorderStyle = .RightStyle
End With
I am not using "Show" as further down the macro I apply the selections to a
Shape which may not be selected or drawn at the time I use the Borders
dialog.
Question:
When the Dialog opens the Default setting is "None". How do you set the
Default setting to "Box" so that "Box" is selected when the Dialog opens?
Also, does anyone know what the arguments TL2BRBorder, etc are?
Any help is appreciated.
Thanks in advance for any replies.
Jerry Bodoff
In a WORD2000 macro I have the following code:
With Dialogs(wdDialogFormatBordersAnd Shading)
.Display
TBorderStyle = .TopStyle
LBorderStyle = .LeftStyle
BBorderStyle = .BottomStyle
RBorderStyle = .RightStyle
End With
I am not using "Show" as further down the macro I apply the selections to a
Shape which may not be selected or drawn at the time I use the Borders
dialog.
Question:
When the Dialog opens the Default setting is "None". How do you set the
Default setting to "Box" so that "Box" is selected when the Dialog opens?
Also, does anyone know what the arguments TL2BRBorder, etc are?
Any help is appreciated.
Thanks in advance for any replies.
Jerry Bodoff