Apply border around cells using vba

ipbr21054

Well-known Member
Joined
Nov 16, 2010
Messages
5,699
Office Version
  1. 2007
Platform
  1. Windows
Hi.
Ive managed to removed borders around a range of cells using this.
VBA Code:
Range("G38:G40").Borders.LineStyle = xlNone

Now can you advise the line of code to apply border around a range,in the drop down menu on the address bar its called All Borders
 

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
This did it thanks.

VBA Code:
Range("G38:G40").BorderAround , Weight:=xlMedium
 
Upvote 0
Borderaround is not the same as all borders
 
Upvote 0
The code i used put a border around the range in my code.It looks like what i required.
The goal was to have a dark border around the outside of G39:G40 which what i advised did.
Thanks anyway for your reply
 
Upvote 0
Then please don't state it is called Borders All. If you are not sure what something.is called then omit it please
 
Upvote 0

Forum statistics

Threads
1,223,214
Messages
6,170,772
Members
452,353
Latest member
strainu

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top