7 Hide Days Hide Comments: SL No Description Ref: No R0 Days R1 Days Type of

Download as xlsx, pdf, or txt
Download as xlsx, pdf, or txt
You are on page 1of 4

Hide Days Hide Comments

Type of
Sl no Description Ref: no R0 Days R1 Days
Doc
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
R2 Days R3 Days R0 Days Remarks R1 Days R2

0 0
0 0
0 0
0 0
0 0
31-Jul-19 43677 0
0 0
0 0
0 0
0 0
0 0
0 0
0 0
0 0
0 0
0 0
0 0
0 0
0 0
0 0
0 0
0 0
0 0
0 0
0 0
0 0
0 0
Days R3 Days

0 0
Private Sub ToggleButton1_Click()
Dim xAddress As String
xAddress = "F:G"
If ToggleButton1.Value Then
Application.ActiveSheet.Columns(xAddress).Hidden = True
ToggleButton1.Caption = "Show Column"
Else
Application.ActiveSheet.Columns(xAddress).Hidden = False
ToggleButton1.Caption = "Hide Column"
End If
End Sub

You might also like