Chart vs Sheet distinction
Thank you All. This was very helpful!!
"Filo" wrote:
Hello-
I would like a program to run only if the activeworksheet is not a
chartsheet. Can you please help? I basically need something like:
If activeworksheet is a chart then
exit sub
else
...code...
end if
Thank you!
|