View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default Property in lowercase

Have you used 'name' anywhere else as variable?

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)



"Reports to PDF files" wrote
in message ...
Hi all,I got really confused.
First,I wrote this:
-----------------------
Dim ctl as Control
ctl.name
-----------------------
and here,after I pressed the "Enter" key at the end of the second line,the
"name" property changed to "Name" as usual.But as I kept writing,the
"Name"
changed back to "name"! How could this happen?
Thanx in advance!