Dear all, I've been reading this forum for quite some time now and every time the forum helped me solve my excel of VBA problem. Except this time.
I have a problem with the speed of the following macro:
The macro should kick in when field E2 is changed (based on a validated list).![]()
Please Login or Register to view this content.
My sheet consists of aprox 600 rows. The sheet processes a report where some of the rows should be hidden and all non-hidden rows should be auto fitted.
'Column A' is blank of filled with an "X". All rows with a blank cell in 'column A' should be hidden, all other should be shown.
'Columns AJ to AO' are used to auto fit the rows. These columns are adjusted to the length of specific merged columns, since auto fit doesn't work on merged cells/colums.
The main problem: it takes about 15 to 20 seconds to process hide/show and auto fit. It shouldn't take this long, but I've been tinkering with this macro several times now, without much result. Any advice?
Thanks in advance! Regards, D.
Edit: I have used the search function (and googled ofc) but I can't get some of the alternatives to run. I only have basic VBA knowledge.
Bookmarks