Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Can any pro tell me about how to make a button that when clicked on,
it will hide those columns without certain Data. As in : Any column doesn't have data in Row 3, it will hide when clicked the button. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On 1ÔÂ30ÈÕ, ÉÏÎç11ʱ23·Ö, wrote:
Can any pro tell me about how to make a button that when clicked on, it will hide those columns without certain Data. As in : Any column doesn't have data in Row 3, it will hide when clicked the button. haha, how stupid i am! sorry, i solved my problem already, here is the code: Sub Column_hide() Dim r As Variant For r = 9 To 700 If Cells(r, 71).Value = "0" Then Rows(r).Hidden = True End If Next End Sub |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
EXCEL-2000 column headings hide from data | Excel Discussion (Misc queries) | |||
Chart Blanks Out When I hide data column | Excel Discussion (Misc queries) | |||
how can i hide the data and not the column | Excel Discussion (Misc queries) | |||
Want to auto hide rows in excel when no data in a certain column. | Excel Discussion (Misc queries) | |||
Hide column based on data value | Excel Discussion (Misc queries) |