Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- https://excel-egy.com/forum/t4210
- ---------------------------------
- Sub Divide_By_100_Using_Evaluate_Trick()
- With Range("A2:A" & Cells(Rows.Count, 1).End(xlUp).Row)
- .Value = Evaluate("IFERROR(IF({1}," & .Address & "/100),"""")")
- End With
- End Sub
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement