View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tim Williams Tim Williams is offline
external usenet poster
 
Posts: 1,588
Default Determining Worksheet Edit Mode

I'm not sure there's any direct access to that information.

But...
VBA doesn't run when the sheet is in "edit" mode.
If the user has copied a range then application.cutcopymode will be = 1



Tim

--
Tim Williams
Palo Alto, CA


"Kevin" wrote in message
...
Greetings! I am trying to figure out how to determine the worksheets edit
mode in VBA. I am referring to the mode text that is displayed in the

lower
left hand corner of the Excel window status bar. I'm sure that I'm just
looking for the wrong term, but any help would be appreciated.

Thanks!
--
Kevin