I have written some functions to do a particular task in a Visual Basic project and I have put them into a seperate module and save it as a file.
And now I have included the call to that function in another part of code in a pre-existing file.
When I clidk on File->Make to build an execuatable, the compiler stops on the line where I have typed the function call and says:
What additional things do I need to do to define the function?Compile error:
Sub or Function not defined.