JasonEnsor
Programmer
Hi Guys,
I’m looking for a little help with hiding rows of data in excel. My user wants a VBA userform that has X number of buttons on and when clicked it filters the worksheet so that only certain data is shown. I have this working at the moment. Due to the nature of the data certain sections of the data might increase in size, so where previously dummydata1 might be in range a1:c5, it might be amended to a1:c9 which means my hiding of rows needs amending. The data on the worksheet isn’t in an easy format to manipulate and client doesn’t really want to change the layout if possible. I thought I could put the data in tables which would solve the range changing issues, however I’m not sure if you can hide all rows except a table.
Any help would be appreciated. Sorry for any typos or badly written sentences and for not sharing code, I am using my phone for this plus have been up since 5:30am and it is now past midnight.
J.
Regards
J.
I’m looking for a little help with hiding rows of data in excel. My user wants a VBA userform that has X number of buttons on and when clicked it filters the worksheet so that only certain data is shown. I have this working at the moment. Due to the nature of the data certain sections of the data might increase in size, so where previously dummydata1 might be in range a1:c5, it might be amended to a1:c9 which means my hiding of rows needs amending. The data on the worksheet isn’t in an easy format to manipulate and client doesn’t really want to change the layout if possible. I thought I could put the data in tables which would solve the range changing issues, however I’m not sure if you can hide all rows except a table.
Any help would be appreciated. Sorry for any typos or badly written sentences and for not sharing code, I am using my phone for this plus have been up since 5:30am and it is now past midnight.
J.
Regards
J.