View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 6,953
Default Select Cells by Style

columns(3).specialcells(xlformulas).Select

would certainly do that - so not sure what you mean.

--
Regards,
Tom Ogilvy


"Werner Rohrmoser" wrote:

Thanks for the replies,
there seems to be no standard command like
"Edit" = "GoTo" = "Special" = "Formulas".

So I'm going to use a procedure like described above
to detect the cells with a specific style.

Regards
Werner