Thread: cells property
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Norman Jones Norman Jones is offline
external usenet poster
 
Posts: 5,302
Default cells property

Hi Souris,

The Cells propert returns a range object.

Look in VBA help for 'Range Object' and you will find lists of methods and
properties.



---
Regards,
Norman



"Souris" wrote in message
...
I wanted to assign cells property at run time liek font, color, width,
height, condition fomatting.

I would like to have the list of properies of cells.
Can you please give me the link that I can find how to code them?

Thanks millions,