R
ranswrt
I have the following code:
db = Range("currentdb")
I have used this code before in other procedures and it has worked. When I
use in a userform_Terminate I get the error
method 'Range' of Object'_Global' failed.
'currentdb' is a named cell on a worksheet.
Why won't this work?
Thanks
db = Range("currentdb")
I have used this code before in other procedures and it has worked. When I
use in a userform_Terminate I get the error
method 'Range' of Object'_Global' failed.
'currentdb' is a named cell on a worksheet.
Why won't this work?
Thanks