Hi,
I have the following code in an form:
Dim appExcel As Excel.Application
the purpose of the code is to open an excel file.
When I am running the form, I am receiving the following error:
" Compile error
user defined type not defined"
Where is my error?
Thanks for help.
Daniel
I have the following code in an form:
Dim appExcel As Excel.Application
the purpose of the code is to open an excel file.
When I am running the form, I am receiving the following error:
" Compile error
user defined type not defined"
Where is my error?
Thanks for help.
Daniel