It sounds like your function takes one or more arguments. In which case you
can call it from the debug window (aka immediate window) passing in values
for the argument(s). If the function takes no arguments you can call it from
the toolbar or by pressing the F5 key.