Hello ultimastryder,
The quickest way is to apply the change to an entire range at once rather than to each cell individually. This macro turns off the screen updating so the user does not see the changes while they happen. The user only sees the changes after the screen updating is turned back on.
The entire range is first reset to the normal height. The range is then examined for cells with "ADDRESS" in them. When these are found, a new range, RngX, is created. The new row height is then applied to RngX.
Bookmarks