Hello
I have inserted a CommandButton from ActiveX controls in Sheet1 (Not in userforms). I have placed the button on cell A1 and made its backstyle transparent so that the value in A1 is always visible and user should not come to know that there is a button in there.
Now when I click it, it loses transparency. so what I did was, I wrote ActiveSheet.OLEObjects("CommandButton1").Object.BackStyle = fmBackStyleTransparent in the CommandButton1_Click() event but it did not help so I kept the code under GotFocus() event with no help.
How can I keep the transparency of the button permanent on all events (click, got/lost focus, mouse up/down etc?
Thank you.
Bookmarks