R
Ram B
I have a worksheet that has and auto_open script to enable Outlining. I need
help on the command that will allow me to change Row and column widths.
Sub auto_open()
With Worksheets("Passive Safety")
.Protect Password:="password", userinterfaceonly:=True
.EnableOutlining = True
End With
End Sub
help on the command that will allow me to change Row and column widths.
Sub auto_open()
With Worksheets("Passive Safety")
.Protect Password:="password", userinterfaceonly:=True
.EnableOutlining = True
End With
End Sub