PDA

Click to See Complete Forum and Search --> : invalid outside procedure


kazooie21
Nov 10th, 1999, 03:49 AM
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

MartinLiss
Nov 10th, 1999, 04:11 AM
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).]