So I'm creating a label making macro on Word that will copy and paste one label into a specified amount of labels. The problem is that the table is set up so that there is 1 blank column between each label, and 1 blank row between each row of labels. There are 7 labels in each row, 17 in each column. The place where the label is created has a height of 0.5" and width of 0.94". The columns in-between have a 0.13" width, and the rows in-between have a 0.13" height. So I wrote my code based on the cell dimensions. But, its not working. It doesn't give an error, but it pastes into every cell instead of skipping the ones that are too small. A picture of the label template is attached. I'm not sure if this is the best way to do it, so any insight would be appreciated!So I'm creating a label making macro on Word th