View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default Disabling "Entire &row/&column" in Delete/Insert Cell

I think you would need to create your own limited form, and re-assign the
Delete control on the Cell menu.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Gap" wrote in message
oups.com...
Hello,

When right clicking on a Cell and selecting "Insert..." or "Delete..."
there are 4 options (radio buttons) displayed.
Is there a way to disable the last 2 radio buttons i.e. "Entire &row"
and "Entire &column" in VBA?

Thank you.
Gap