Something like code below which doesn't have any conditional statements to compare with.
Sub changecol(oshp As Shape) oshp.Fill.ForeColor.RGB = RGB(255, 0, 0) End Sub
Something like code below which doesn't have any conditional statements to compare with.
Sub changecol(oshp As Shape) oshp.Fill.ForeColor.RGB = RGB(255, 0, 0) End Sub
Last edited by Aussiebear; 11-24-2024 at 02:06 AM.