Hi,
I am not familiar with VBA and I probaly make a nice salad ...
However, I am trying to connect a timer to a customised function that reverse a string (as an example for timing a function or a macro).
My original function that works is:
Function reverse(str)
reverse = StrReverse(str)...