I tried something like this: It worked so far, I should test with multiple test cases.
Function changecol(oshp As Shape) oshp.Fill.ForeColor.RGB = RGB(255, 0, 0) changecol = True Exit Function Err_Handler: changecol = False End Function
I tried something like this: It worked so far, I should test with multiple test cases.
Function changecol(oshp As Shape) oshp.Fill.ForeColor.RGB = RGB(255, 0, 0) changecol = True Exit Function Err_Handler: changecol = False End Function
Last edited by Aussiebear; 11-24-2024 at 02:07 AM.