blank columns

B

brwilson

I use an excel 2000 spreadsheet for tracking product inventory and
customer orders. I am entering orders in 16 columns, (product number
and inventory quantities are in the 1st 2 columns. When I ship an order
I just delete data in the specified column after exicuting code that
removes the ordered quantity from the inventory. Currently I would then
copy the order columns AFTER the cleared column and then paste the data
starting with the column I initially cleared and then clear the data in
the last column containing orders. My problem is that I can't just
delete the column when I ship an order since it affects formula's
elsewhere on the spreadsheet. Is there a way to move this data without
deleting columns?
 
B

BrianB

Why not just automate the copy/paste routine ? (I have discovered that
this is faster than parsing individual cells anyway).

When pasting you only need to supply the top left cell, which in your
case will be the top of the column you wish to remove.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top