VB Code:
With rngGrid.Cells(1 + lResCounter, 1 + lCapCounter)
Ath this point the macro has determined the cell to put the data in. I want to write an if statement that says" if the row height is greater than X, move one cell over and append the data.
I've got every part of this if statement written except for this part. All I need to know is how to write the "move over one cell" part of the code.
Thanks!




Reply With Quote