T
thomas donino
Set newtargcell = Range("A2")
Set newtargcell = targCell.End(xlRight)
the last produces an error, shouldnt it find the last cell to the right of
row2?
Set newtargcell = targCell.End(xlRight)
the last produces an error, shouldnt it find the last cell to the right of
row2?