I would like to pass the result after run my vbs file to the VBA as the variable , however i don't know how to do that, could you please assist on this ?
my vbs code:
wscript.echo GetLocale
'i want to pass this output (2033) and it will be assign as myvbsvar in VBA.
in VBA, i will compare it with the en-us , if this ~= 1057 -> will call another VBS script to change it into en-gb. I'm stucking in the step pass VBS to VBA :(