The max number of characters you can use in string in a vba function is 255. I am trying to run this function
Var1= 1 Var2= 2 . . . Var256 =256 RunMacros=
Excel only shows 255 characters but in fact if more than 255 characters are saved, to see the complete string, consult it in the immediate window
Press Crl + G and type ?RunWhat in the immediate window and press Enter
?RunWhat