Copy Cell and Move to Another Cell (Offset) - VBA BEGINNER
问题 I have a column that has many blanks and entries. I want to take the entries (ignoring the blanks) and move them over to the right once and down twice replacing the contents. I have a feeling you would use the offset function, however I don't know how to write this in VBA. I've only used offset as a formula. Any help would be appreciated... 回答1: First you need to create a loop, that moves through all the values of your range. There many ways to create loops, but here is one example: 'find