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
|