View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
excelnut1954 excelnut1954 is offline
external usenet poster
 
Posts: 175
Default Macro now opens up VBA editor - not intended

Thanks Chip and Jim. I was trying to plug in a new module before it was
actually ready. I was missing some range names in the 'live" worksheet
that I had created in my WIP file that I run side-by-side with new
development. Anyway, cleaned it up, and all works well. However, still
learned something about the error trapping. I still need to learn more
about the debugging features. I still rely on tracking errors by
reviewing line by line.

Thanks again
J.O.