jardenp
Active Member
- Joined
- May 12, 2009
- Messages
- 373
- Office Version
- 2019
- 2016
- 2013
- 2011
- 2010
- Platform
- Windows
I've looked at a couple other posts, but haven't been able to make this work for my situation using VBA.
I want a thin border along the bottom of the cells in columns A:K whenever the value in column A changes.
So,
_A___B____C______________K__
234
234
245
245
245
267
299
299
Becomes
_A___B____C______________K_
234
234________________________
245
245
245________________________
267________________________
299
299________________________
There is a header row in 1:1 that is already formatted, so I don't want the border between rows 1 and 2 changed and, again, I'm looking for a VBA solution. Thanks!
I want a thin border along the bottom of the cells in columns A:K whenever the value in column A changes.
So,
_A___B____C______________K__
234
234
245
245
245
267
299
299
Becomes
_A___B____C______________K_
234
234________________________
245
245
245________________________
267________________________
299
299________________________
There is a header row in 1:1 that is already formatted, so I don't want the border between rows 1 and 2 changed and, again, I'm looking for a VBA solution. Thanks!