IF adjacent cell empty Copy from Other Column
Looking for vba sub solution that will do the following:
On "Active.Sheet", IF Col I cell is empty, then COPY/PASTE adjacent cell content from Col E into Col I.
*Start on row 2 (since header is on row 1)
*Date formats of Col I when complete should be: mm/dd/yyyy
Saw some ideas regarding copying from wkbk to wkbk and sheet to sheet but I simply need it from the adjacent column..
Thanks greatly!
|