View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
dan dungan dan dungan is offline
external usenet poster
 
Posts: 411
Default How do I insert blank cells with VBA?

I'm not quite clear on your request:

I run a comparison between column A and column H.

1. How do you run the comparison?

I need to insert and move down 6 cells beginning in column H.

2a. What do you want to insert? Data? Rows? Cells?
2b. I don't understand "beginning in column H".


On Nov 26, 8:55 am, Face wrote:
I run a comparison between column A and column H. Sometimes column A has the
same number, with different data in column B. I need to insert and move down
6 cells beginning in column H. Is there a function or VBA code that can
handle this operation.