With some more trial and error i found that just moving the end quote gives the right result:
However, this has two problems:Application.Run "'my_sub'(2+3,4+5)"
- It executes the sub twice.
- It doesn't stop at a breakpoint in the sub.
With some more trial and error i found that just moving the end quote gives the right result:
However, this has two problems:Application.Run "'my_sub'(2+3,4+5)"
- It executes the sub twice.
- It doesn't stop at a breakpoint in the sub.