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.

2
  • Thanks, The first one was helpful...not sure what you mean by your second point (pretty new to it all) Commented Jan 28, 2016 at 10:16
  • What i meant is to define variables to store information that you use often, the same way you defined the ranges or the intCellcounter. Something in these lines. Dim rowsCol1 as Long rowsCol1 = Column1.Rows.Count It won't make a change in this snippet, but it's good practice :) Commented Jan 28, 2016 at 10:28