Hi,
I'd like to a VBA IF function with two conditions but am struggling to code it.
So ideally the code would work like below but it doesn't work.
Any help is appreciated.
Thanks,
Paul
I'd like to a VBA IF function with two conditions but am struggling to code it.
So ideally the code would work like below but it doesn't work.
VBA Code:
If Cell.Interior.Color = RGB(217, 217, 217) and If cell.Font.Bold = True Then
Any help is appreciated.
Thanks,
Paul
Last edited by a moderator: