Algernon83
Programmer
In a program I'm writing, it would be useful to be able to pass in a function as an argument to another function, so a portion of the receiving function's behavior is determined by this argument. Is this possible in VBA? If so, how?