Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • Your work in actually laying out the answer to the question deserves an upvote. Commented Dec 13, 2018 at 18:20
  • And you could also simplify by moving Set c = activesheet... within the loop and eliminating the Set c = c.offset, just a thought. Commented Dec 13, 2018 at 18:27
  • Yes could be a few lines shorter but wanted to show how to (1) get a reference to the first empty cell (2) "move" that reference using offset(). All without select/activate Commented Dec 13, 2018 at 18:30
  • I agree. Thank you for fleshing this out in actual code. Pity I can't upvote again. Commented Dec 13, 2018 at 18:31