C
Chris Gorham
Hi,
I'm cycling through an object call cellcollection
Set cellCollection = Selection.SpecialCells
(xlCellTypeFormulas)
For Each cell In cellCollection
totcell = cellCollection.count
cellnow = ???
percent_done = cellnow / totcell
next cell
what's the syntax for cellnow..??
Thks
Chris
I'm cycling through an object call cellcollection
Set cellCollection = Selection.SpecialCells
(xlCellTypeFormulas)
For Each cell In cellCollection
totcell = cellCollection.count
cellnow = ???
percent_done = cellnow / totcell
next cell
what's the syntax for cellnow..??
Thks
Chris