I had a sub in the main program that i moved to a newly added module.
When i compile I get an error as the compiler thinks my sub program name referenced in the main module is a variable not a sub in the new module. The compiler doesn't appear to 'see' the newly moved sub.
Do i need to declare subs in the main program some how ?
Where have I gone wrong ?
thanks
When i compile I get an error as the compiler thinks my sub program name referenced in the main module is a variable not a sub in the new module. The compiler doesn't appear to 'see' the newly moved sub.
Do i need to declare subs in the main program some how ?
Where have I gone wrong ?
thanks