How to Hide/Show rows dynamically in Excel

hide-show-excel-1

hide-show-excel-2

Comments

  1. You've missed one thing in the VBA.
    Ideally you should deduce the column number (in your example =1) from the column headers rather than hard code a number.

    ReplyDelete

Post a Comment

Popular posts from this blog

Parse XML to dynamic object in C#

C# Updating GUI from different thread