Conditional formatting & borders

davej311

New Member
Joined
Nov 17, 2012
Messages
37
I'd like to add a border to certain cells when my conditional formula is true, however the lines are quite thin & not very noticeable, any way I can thicken them up, like you can when formatting manually?
 
Last edited:

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
Conditional Formatting seems to have a limited number of options when it comes to border thickness.
Alternatives include choosing something other than borders to indicate which cells are conditionally formatted, or use VBA instead of Conditional Formatting.
 
Upvote 0
I guessed as much, unfortunately I'm not good on VBA, maybe it's about time I learnt

Thanks!
 
Last edited:
Upvote 0
I am thinking you probably want a "Worksheet_Change" event procedure in VBA. This is code that runs automatically upon specified cells being manually updated.
Chip Pearson wrote a nice write-up on Events in Excel VBA here: http://www.cpearson.com/excel/Events.aspx

Of course, we can always help you here too, if you just post the details of how you would like it to work.
 
Upvote 0

Forum statistics

Threads
1,215,507
Messages
6,125,212
Members
449,214
Latest member
mr_ordinaryboy

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