Skip to content

Instantly share code, notes, and snippets.

@kerrypnx
Created November 21, 2019 09:40
Show Gist options
  • Save kerrypnx/7783a47d537847988e6b10636afee4c7 to your computer and use it in GitHub Desktop.
Save kerrypnx/7783a47d537847988e6b10636afee4c7 to your computer and use it in GitHub Desktop.
iRowCov = Sheet2.UsedRange.Rows.Count
iColCov = Sheet2.UsedRange.Columns.Count
Sheet2.Range("A2").Resize(iRowCov, iColCov).ClearContents
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment