A
Adrian
One of my workbooks has a macro, workin well enough except
for one thing.
It has to fetch a namevalue (not a cell) from another
workbook, which is already open, and I can't get it to
happen. (For now I have hardcoded the value into the
macro.)
The code I have tried looks like this....
txt1 & workbook.xls!name & txt2
(Run time error 424, object required)
For now it is hardcoded like this....
txt1 & "03" & txt2
and all the rest of the macro works fine.
for one thing.
It has to fetch a namevalue (not a cell) from another
workbook, which is already open, and I can't get it to
happen. (For now I have hardcoded the value into the
macro.)
The code I have tried looks like this....
txt1 & workbook.xls!name & txt2
(Run time error 424, object required)
For now it is hardcoded like this....
txt1 & "03" & txt2
and all the rest of the macro works fine.