Hi,
I'm just trying to do a simple macro in Excel where I want to use Shift End Down to get to the next non-blank cell, and then do a copy function of that cell to the range of non-blank cells below it. The number of blank cells varies between the non-blank cells. Even though I use relative cell references it still records the number of cells between the non-blank cells. This means I can't just use a looping statement to repeat the macro all the way down 6,000 rows of data.
I'm just trying to do a simple macro in Excel where I want to use Shift End Down to get to the next non-blank cell, and then do a copy function of that cell to the range of non-blank cells below it. The number of blank cells varies between the non-blank cells. Even though I use relative cell references it still records the number of cells between the non-blank cells. This means I can't just use a looping statement to repeat the macro all the way down 6,000 rows of data.