D
Dennis
I'm creating a VB macro that needs to activate multiple
workbooks that all have a different name.
I.E.
workbook 1 = 91547.645
workbook 2 = 93284.670
workbook 3 = 91549.680
where the first five characters are the fund number, and
the last three characters are the workstation number
I don't want the macro to care which workstation the fund
is on, and just activate the workbook based on the fund
number... I got the workbooks to open using fundnumber
& ".*"... but I can't activate or close the workbooks by
using the ".*" Anyone know a solution?
Thanks
-Dennis
workbooks that all have a different name.
I.E.
workbook 1 = 91547.645
workbook 2 = 93284.670
workbook 3 = 91549.680
where the first five characters are the fund number, and
the last three characters are the workstation number
I don't want the macro to care which workstation the fund
is on, and just activate the workbook based on the fund
number... I got the workbooks to open using fundnumber
& ".*"... but I can't activate or close the workbooks by
using the ".*" Anyone know a solution?
Thanks
-Dennis