Link to home
Start Free TrialLog in
Avatar of BMIT
BMIT

asked on

Delete Single Cell - VBS

Is there a way to delete a SINGLE CELL in an Excel worksheet using VBS?  I want it to delete the cells and move whatever data is to the right of it into that cell.

I've searched around, but it appears you can only delete ROWs.  If that's the case, I'll have to draft the logic that moves the cell contents to the left.

Thanks for whatever help you can be.
ASKER CERTIFIED SOLUTION
Avatar of RobSampson
RobSampson
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of BMIT
BMIT

ASKER

An eloquent and articulate answer.  I had forgotten that you had to use .Range to delete cells, even if single ones.

Thanks.
No worries. Thanks for the grade.

Rob.