T O P I C R E V I E W |
kdsaransh |
Posted - 04/10/2015 : 1:18:52 PM hello,
I am facing a very strange problem:
I can activate a workbook named as " book1" or something like that. but i cannot activate a workbook named as"Dummydrain4terminalidvd" I don't know the problem.
if you could sort my problem out.
Thanks in advance.
|
2 L A T E S T R E P L I E S (Newest First) |
kdsaransh |
Posted - 04/14/2015 : 06:40:35 AM Many many thanks |
lkb0221 |
Posted - 04/13/2015 : 10:26:24 AM Hi,
Because that name is too long for a short name. So either it has been trimmed to "Dummydrain4te" or it's actually a long name.
To active a window with it's long name: range rr = ["Dummydrain4terminalidvd"]; // Define range variable with long name window -a %(rr.name$); // Activate it
But be careful that long names can have duplicates.
Zheng OriginLab |