Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. Sub Zero()
  2. Dim lastRow As Long
  3. Dim ws As Worksheet
  4. Set ws = Sheet1
  5. lastRow = ws.Cells(ws.Rows.Count, "A").End(xlUp).Row
  6. Application.ScreenUpdating = False
  7. ws.Range("AA16:AA" & lastRow).FormulaR1C1 = "0"
  8. End Sub
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement