G Guest Nov 8, 2006 #1 How do I write the Union statement for the union of range "r" and the cell(r.row,r.column+1) Thanks
G Guest Nov 8, 2006 #2 Try this; it should work assuming that "r" is a range variable that has already been set. Set u_r = Application.Union(r, Cells(r.Row, r.Column + 1))
Try this; it should work assuming that "r" is a range variable that has already been set. Set u_r = Application.Union(r, Cells(r.Row, r.Column + 1))