Hi All,
Can you please take a gander and see what am I doing wrong here? Its just a code to hide columns based on a row that has "X" in place.
It works on the active sheet but doesn't go to the next ws. THanks in advance.
Sub TEST_TEST()
Dim ws As Variant, Xrow As Long, LCol As Long...