J
JOUIOUI
I'm new to using ranges so any help you can provide is appreciated. Here is
the string of cells I'm looking to copy to another workbook, but only if the
cells in col B are populated. This is not working,
Set rng = .Range("B20:B57", "82", "B85", "B86").SpecialCells(xlConstants,
xlNumbers)
Set rng1 = Intersect(rng.EntireRow, .Columns(1))
Set rng2 = Intersect(rng.EntireRow, .Columns(2))
the string of cells I'm looking to copy to another workbook, but only if the
cells in col B are populated. This is not working,
Set rng = .Range("B20:B57", "82", "B85", "B86").SpecialCells(xlConstants,
xlNumbers)
Set rng1 = Intersect(rng.EntireRow, .Columns(1))
Set rng2 = Intersect(rng.EntireRow, .Columns(2))