RUNADDON

S

Saritha

Hi,
How to set Events sections Double click event programatically to RunADDON...
In shape sheet window i can set this cell.but want to set the cell
programatically...
Can anybody plz suggest?
Thanks
Saritha.
 
H

Hin

You mean how to write to that cell?

shp.CellsSRC(visSectionObject, visRowEvent, visEvtCellDblClick).FormulaU =
"RUNADDONWARGS(""YourAddon.exe"",""/cmd=YourArgument"")"
 
Top