View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
BrianB BrianB is offline
external usenet poster
 
Posts: 1
Default funny calculations

Generally we need to have a global variable that will skip the dropdow
code using something like :-


Code
-------------------
Sub DropDown1_Change()
If DropDownDisable = True Then Exit Sub
' other code
End Sub

-------------------


--
Message posted from http://www.ExcelForum.com