View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Reports to PDF files Reports to PDF files is offline
external usenet poster
 
Posts: 2
Default Property in lowercase

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!