Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. Sheets("Big5").Select
  2. Range("P1").Select
  3.  
  4. Dim testlrow As Long
  5. testlrow = Cells(Cells.Rows.Count, "A").End(xlUp).Row
  6.  
  7. Dim rngBIGcode As Range
  8. Set rngBIGcodeM = Range(Cells(ActiveCell.Row + 1, ActiveCell.Column), Cells(Rows.Count, ActiveCell.Column))
  9. rngBIGcodeM.SpecialCells(xlCellTypeVisible).Cells(1).Select
  10. Range(Selection, Selection.End(xlDown) & testlrow).Select
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement