Good day.
This may be simple and all, but I would just like to know. Within the first Sub of my Form, I placed at the very beginning of the code the following line:
MsgBox (ActiveWorkbook)
Such line would usually prompt the workbook active (as the call suggests). When placed in other sections of the project, it surely works, but not here. Instead, this error appears:
Run-time error '438':
Object doesn't support this property or method
So, I'd just like to gain more understanding on the subject. Thanks.
PS. The sub I'm placing that line of code in is a simple button_Click().
Thanks again.