A
abhiram
Hi,
Could someone please tell me in Excel VB Programming, why
Workbooks("excel file").Worksheets("matrix").Activate
x = Range("D" & 20).Value
The above command works, and the below command doesn't
work. it gives an "subscript out of range : runtime error
9".
Workbooks("C:\Project Files\excel file.xls").Worksheets
("matrix").Activate
x = Range("D" & 20).Value
I need a solution to this.
I need to know asap. I would appreciate any help.
Thanks
Abhi.
Could someone please tell me in Excel VB Programming, why
Workbooks("excel file").Worksheets("matrix").Activate
x = Range("D" & 20).Value
The above command works, and the below command doesn't
work. it gives an "subscript out of range : runtime error
9".
Workbooks("C:\Project Files\excel file.xls").Worksheets
("matrix").Activate
x = Range("D" & 20).Value
I need a solution to this.
I need to know asap. I would appreciate any help.
Thanks
Abhi.