Guest User

Untitled

a guest
Dec 9th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. Range("A1").Select
  2. Range(Selection, Selection.End(xlToRight)).Select
  3. Range(Selection, Selection.End(xlDown)).Select
  4.  
  5. Range("C6").Select ' Select a cell that you know you populated'
  6. Selection.End(xlUp).Select
  7. Selection.End(xlToLeft).Select
  8. Range(Selection, Selection.End(xlToRight)).Select
  9. Range(Selection, Selection.End(xlDown)).Select
Add Comment
Please, Sign In to add comment