View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
NoodNutt NoodNutt is offline
external usenet poster
 
Posts: 221
Default Listbox Change events triggering when i "Save As"

G'day Magnus

If you want to disable any VBA statements in your code simply type "REM"
(minus the quotes) at the front of the command line, it will then turn it
red and it will not execute that portion of the code.

Paste your code here so we can look it over and pinpoint any anomalies.

HTH
Mark.