Forum Discussion

clh_1496's avatar
clh_1496
Brass Contributor
Aug 09, 2023

VBA to copy row but only those cells in certain columns

Hi,   I've got a line of VBA that looks for the word Check in column E and then copies the rows that match this criteria:   For Each Cell In Workbooks(1).Worksheets("PBS").Range("E:E") rw = Cell...

Resources