View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Kav Kav is offline
external usenet poster
 
Posts: 1
Default Conditional Macro

I have a macro which is assigned to a control box or button. However I do not
want the macro to run if a value is entered in another cell in the worksheet.
Eg

if Cell A1 has a drop down list and if "Apply Mannually" is chosen then the
macro should not run if teh user accidentally presses the control box button

How can I do this
--
Kav