Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a toggle button that I would like to unhide some columns and remove a
border line on the first click. On the second click, I would like for it to rehide the same columns and put the line back. I thought that I had this figured out. Please help. This is what I have so far: Private Sub ToggleButton1_Click() ActiveSheet.Range(€śC:E€ť).EntireColumn.Hidden=F alse ActiveSheet.Range("F:F").Borders(xlEdgeLeft).LineS tyle = xlNone Not.ActiveSheet.Range€śC:E€ť).EntireColumn.Hidde n=True Not.ActiveSheet.Range("F:F").Borders(xlEdgeLeft).W eight = xlThin End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Toggle Button | Excel Discussion (Misc queries) | |||
Toggle button | Excel Discussion (Misc queries) | |||
Toggle Button | Excel Discussion (Misc queries) | |||
Adding .xla button for Toggle Calculation Button | Excel Programming | |||
Toggle Button | Excel Programming |