View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Holger Beese Holger Beese is offline
external usenet poster
 
Posts: 2
Default beginner problem: getting selected rows, row by row

Hi,

How can I see, if a row is selectet??? *grmpf*
ActiveWindow.RangeSelection.Address gives me all the selected cells.
This doesn't help me much. I need somthing like this:

....
if [any special row].selected then
...[do my work with this special selected row]
endif
....

But the attribut selected seems not to exist. How can I get the
information, if a row ist selected or not?

THX,

H. Beese