RunAddonwargs

K

kalpana

I have some events that are triggered in the EventDrop.
I use the formula RUNADDONWARGS("xxxx.exe","/name=value")
On one computer this works on other computers I have to
replace the "," with a ";".
So the formula looks like this
RUNADDONWARGS("xxxxx.exe";"/name=value")
Does anybody know how this comes and how I can make
sure that the formula is always correct.

A solution to this problem is required asap as it is
URGENT!!

Thanks in advance
kalpana
 
A

al edlund

this from another contributor

It depends on your regional settings and is the value of ListSep() shapesheet function.
In the US the "list separator" is ';' and e.g. in Finland ','

If you're writing the formula from VB(A) try using Cell.FormulaU property
instead of plain Formula, and use ',' as the separator.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top