VBA Question: Move cell contents if...
Need some VBA help to move contents of column G to column C if column C="",
and delete contents column G after move.
Logically:
IF C="" (move G to C then delete G),(do nothing)
Can you help with a macro please?
Thanks,
Scott
|