Guest User

Untitled

a guest
Feb 19th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. Sub cuntef()
  2. ThisWorkbook.Sheets("sheet3").Activate
  3.  
  4.  
  5. For i = 2 To 13
  6.  
  7. ActiveSheet.Range("C" & i).Value = Application.WorksheetFunction.CountIf _
  8. (ActiveSheet.Range("A" & i), ActiveSheet.Range("A" & i))
  9.  
  10.  
  11. Next
Add Comment
Please, Sign In to add comment