View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jay[_21_] Jay[_21_] is offline
external usenet poster
 
Posts: 8
Default Adding New Member Variables to Cells and Worksheets

Hey Everyone,

I'd like to add new members to every cell and every worksheet in my
workbook. These members would be two different Booleans for the cells,
and an integer (for counting) for the worksheet. Is there an easy way
to do this?

Right now I'm trying to use existing members that aren't used much to
flag certain things, but this will eventually cause problems. And I
can't find anything in the Worksheet class that could be used as a
counter. Is there a wa to just add in come variables? Thanks!

-Jay