| T O P I C R E V I E W |
| ya_krutoi |
Posted - 07/22/2003 : 3:39:29 PM Is there any way for an excel window within Origin to communicate to Origin which row or cell has been selected by a user? Thanks, Eric |
| 1 L A T E S T R E P L I E S (Newest First) |
| greg |
Posted - 08/21/2003 : 2:00:47 PM Using Origin, you can ask Excel what's selected with this script:
dde -c excel|system idxl1; dde -r idxl1 selection; dde -d idxl1; %B=%[%Z,>'!']; type -a Selection is %B;
|
|
|