I want to repeat to generate offset planes using pre-defined offset values (offsetValues(i)). It seems that I cannot use variable into "???" position. My humble script is shown bellow. How do I have to complete "???" ? Or is there another way to do?
Thanks in precedence.
Dim offsetValues(n)...
I'm trying to select some elements to hide, that is the same thing to click mouse with Ctrl key in the working window. However I cannot go further because of the Selection.Add() command.
Maybe the problem is improper object in the ().
My sample script is shown bellow
Language="VBSCRIPT"
Sub...