Thread: Excel Macros
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Paul Mathews Paul Mathews is offline
external usenet poster
 
Posts: 84
Default Excel Macros

Hi Jason,

If you turn on worksheet protection, any shapes without macros and whose
Protection property is set to 'Locked' will not cause your cursor to change
when you mouse over them.

"Jason Zischke" wrote:

Hi All,

I have a program that has a few excel shapes and some of them have have
marcos attached to them and some don't. How can I make the ones that don't
have macros not to be reconized by the mouse when you mouse over them?

Thanks in advance,

Jason