M
Minitman
Greetings,
I was setting a variable called "wb" to be the temporary name of the
current Workbook I needed to open (once opened, I returned the value
of wb to vbNullString). I had dimmed this "wb" as Workbooks. I was
trying to see if it was working (It was not but that has been fixed)
by using a MsgBox asking for wb.Name. ",Name" was not available! But
as I was scrolling though what was available, I came across
".OpenTest". When I tried to find information in MS Help there was
nothing. I then went to the original setting for "wb"
Set wb = WorkBooks(MCL.xls)
and tried to attach ".OpenTest" there and it was not available.
Anyone know what ".OpenTest" does and how to use it?
Any information would be appreciated.
-Minitman
I was setting a variable called "wb" to be the temporary name of the
current Workbook I needed to open (once opened, I returned the value
of wb to vbNullString). I had dimmed this "wb" as Workbooks. I was
trying to see if it was working (It was not but that has been fixed)
by using a MsgBox asking for wb.Name. ",Name" was not available! But
as I was scrolling though what was available, I came across
".OpenTest". When I tried to find information in MS Help there was
nothing. I then went to the original setting for "wb"
Set wb = WorkBooks(MCL.xls)
and tried to attach ".OpenTest" there and it was not available.
Anyone know what ".OpenTest" does and how to use it?
Any information would be appreciated.
-Minitman