ronaldmacdonald
MIS
Hi
Is it possible to assign a variable value to a specific cell in a workbook?
For example in workbook "a" i want to paste generated variables into cells a1,a2,a3,a4,a5,a6.
In my vbscript i am generating variables in a loop such as:
for i = 1 to 6
variable = i + 1
<paste "variable value" into <cell ax>
next i
the variable i accounts for the cell ranges a1 - a6
<cell ax> will range from a1 - a6
Cheers
Bill
Is it possible to assign a variable value to a specific cell in a workbook?
For example in workbook "a" i want to paste generated variables into cells a1,a2,a3,a4,a5,a6.
In my vbscript i am generating variables in a loop such as:
for i = 1 to 6
variable = i + 1
<paste "variable value" into <cell ax>
next i
the variable i accounts for the cell ranges a1 - a6
<cell ax> will range from a1 - a6
Cheers
Bill