Skip to content

Instantly share code, notes, and snippets.

@ndthanh
Created December 22, 2016 09:33
Show Gist options
  • Save ndthanh/df06a9d61b862866893fc2d1b3bf0916 to your computer and use it in GitHub Desktop.
Save ndthanh/df06a9d61b862866893fc2d1b3bf0916 to your computer and use it in GitHub Desktop.
Sub Range_SpecialCells_Method()
    MsgBox Range("A1").SpecialCells(xlCellTypeLastCell).Address
      
End Sub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment