Check1var = chkTennis
Check2var = chkGolf
Check3var = chkRacquetball
Why do I get an invalid outside procedure on the chkTennis when I run the program. This isn't the whole program.
------------------
kazooie21
Printable View
Check1var = chkTennis
Check2var = chkGolf
Check3var = chkRacquetball
Why do I get an invalid outside procedure on the chkTennis when I run the program. This isn't the whole program.
------------------
kazooie21
You probably have those statements in your Declarations section. They need to be in a subroutine or function or property.
------------------
Marty
[This message has been edited by MartinLiss (edited 11-10-1999).]