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.