ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Option Buttons Off When Program is opened (https://www.excelbanter.com/excel-programming/392772-option-buttons-off-when-program-opened.html)

Vance

Option Buttons Off When Program is opened
 
I have a worksheet with several option buttons. I would like to know how to
have all option buttons off (blank) when the worksheet is opened.

Vance

blackbox via OfficeKB.com

Option Buttons Off When Program is opened
 
In "ThisWorkbook"

Private Sub Workbook_Open()
Range("A1,A3,A5").clear
End Sub

set the range to the linked cells of the option buttons


Vance wrote:
I have a worksheet with several option buttons. I would like to know how to
have all option buttons off (blank) when the worksheet is opened.

Vance


--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...mming/200707/1



All times are GMT +1. The time now is 05:42 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com