![]() |
Hide a form button
Hello Group,
Does a form button have a visible function ? Thanks, Michael Singmin |
Hide a form button
DId you try it?
One way: ActiveSheet.Shapes("Button 1").Visible = False or, to toggle: With ActiveSheet.Shapes("Button 1") .Visible = Not .Visible End With In article , Michael Singmin wrote: Does a form button have a visible function ? |
All times are GMT +1. The time now is 02:02 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com