Hi All,
I have activeX buttons in row and i want to hide the row along with buttons.
Example: Row 50 has 3 buttons, i want to hide row 50 on some conditional check along with buttons. The code i am using is as below , which is just hiding the row not the buttons in that row. Pls help
I want button1 , button2 & button 3 also to be hidden along with Row 50.![]()
If CheckBox1.Value = True Then Range("A50").EntireRow.Hidden = True End If
Regards,
Srinivas
Bookmarks