Advertisement
Guest User

Untitled

a guest
Oct 21st, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. Function iftrue(Fx, condition, show)
  2. iftrue = Application.WorksheetFunction.if(Fx & condition, show, Fx)
  3. End Function
  4.  
  5. Function test(a, b)
  6. test = Application.WorksheetFunction.Sum(a, b)
  7. End Function
  8.  
  9. Function testif(a, b, c)
  10. testif = Application.WorksheetFunction.if(a, b, c)
  11. End Function
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement