Error on passing parameter array to Invoke VBA with different types

Hi @stevewakley

I agree with your point

But for converting string to int you might not risk because you will already be passing an integer only but you will just do a .tostring or conversion to string which is already an integer type

Cheers