hallo members!
can this be possible?
DATArecording is a closed workbook
it has sheet1 with A1 = count(B:B)
am currently coding in VBE of another workbook and i have
Dim t as integer
Is it possible to directly assign A1(from sheet1 of DATArecording) to t without opening DATArecording?
If it's possible what might be the method used?
Thanx in advance!
can this be possible?
DATArecording is a closed workbook
it has sheet1 with A1 = count(B:B)
am currently coding in VBE of another workbook and i have
Dim t as integer
Is it possible to directly assign A1(from sheet1 of DATArecording) to t without opening DATArecording?
If it's possible what might be the method used?
Thanx in advance!