|
-
Jul 19th, 2000, 10:09 AM
#1
Thread Starter
Hyperactive Member
trying to declare a subroutine... ie
private sub blah(myvar As Control)
but the word `Control` changes to `control` when i move off the line, and i get a type mismatch when i try to assign to it. When i replace it with Variant, it works ok (and the first V in Variant stays in upper case). I`ve checked and i dont have any vars called `control` that may confuse it...why cant i use them? Someone else here can get upper case C`s - why not me?
Thanks in advance,
Alex.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|