vba cell all borders

The solution for “vba cell all borders” can be found here. The following code will assist you in solving the problem.

‘ set “All Boarders” around a range
ActiveSheet.Range(“A1:C3”).Borders.LineStyle = xlContinuous

Thank you for using DeclareCode; We hope you were able to resolve the issue.

More questions on [categories-list]

Similar Posts