Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
worked well. chose this one.
"tjtjjtjt" wrote: Here's a basic macro that will do it: Sub HideColD() Columns("D:D").Select If Selection.EntireColumn.Hidden = False Then Selection.EntireColumn.Hidden = True Else Selection.EntireColumn.Hidden = False End If Range("D1").Select End Sub tj "Andy" wrote: Hi I am trying to write a Macro to Toggle Show/Hide column D Anybody able to help? with thanks...Andy |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Combine candle and line in a single chart | Charts and Charting in Excel | |||
hide column but show chart | Charts and Charting in Excel | |||
Column A is Town, Column B is names. How can Excel add & tell how. | Charts and Charting in Excel | |||
On a combination chart how do i get 2 lines and 1 column? | Charts and Charting in Excel | |||
Change the width of a single column in a column chart | Charts and Charting in Excel |