Hi!!
I have a problem with an array reference.
I m using the morefunc addin for excel and i have a array function the "Hsort" in the workbook 1, which sorts horizontally the cells GM4 to GP4 and it works excellent.
The array function is the following : {=HSORT(GM4:GP4;;1)}
Im referring the results to another workbook 2 BUT with the workbook 1 closed so i get the error #NAME?
I have made a vb6 code that i read everything from the close workbook 1 and i have problem ONLY with this array reference
Every other references works ok except this one.
Can someone help me?
Note, that when the workbook 1 is opened everything works ok!
Thanks in advance
I have a problem with an array reference.
I m using the morefunc addin for excel and i have a array function the "Hsort" in the workbook 1, which sorts horizontally the cells GM4 to GP4 and it works excellent.
The array function is the following : {=HSORT(GM4:GP4;;1)}
Im referring the results to another workbook 2 BUT with the workbook 1 closed so i get the error #NAME?
I have made a vb6 code that i read everything from the close workbook 1 and i have problem ONLY with this array reference
Every other references works ok except this one.
Can someone help me?
Note, that when the workbook 1 is opened everything works ok!
Thanks in advance