G
Geoff
I have just encountered an error where stepping through code, the following
assignment statement fails:
Set fOut = Workbooks.Open(fNameOut)
fOut is a workbook variable and fNameOut is its name - basically the
workbook opens fine, but the value of fOut is Nothing. When I try to step
into the code from this point, the program refuses to go any further. There
is no error message, and execution refuses to move past the highlighted line.
assignment statement fails:
Set fOut = Workbooks.Open(fNameOut)
fOut is a workbook variable and fNameOut is its name - basically the
workbook opens fine, but the value of fOut is Nothing. When I try to step
into the code from this point, the program refuses to go any further. There
is no error message, and execution refuses to move past the highlighted line.