Why using Call when its not necessary?
Code:
'DoSomething is a sub
'Why this:
call DoSomething
'or this:
DoSomething
WP