spiffmonkey1
New Member
- Joined
- Jun 23, 2011
- Messages
- 41
Hi,
I want to count certain cells in a column that have format for example border 1x thick or etc. I've been trying to use ActiveSheet.UsedRange.SpecialCells(xlCellTypeFormulas) but I don't know how to specify "UsedRange" to the range of the row that I want. This function is suppose to return a value or object but it doesn't work on my macro where the variable equals the formula above.
Thanks
I want to count certain cells in a column that have format for example border 1x thick or etc. I've been trying to use ActiveSheet.UsedRange.SpecialCells(xlCellTypeFormulas) but I don't know how to specify "UsedRange" to the range of the row that I want. This function is suppose to return a value or object but it doesn't work on my macro where the variable equals the formula above.
Thanks