View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
lawebster lawebster is offline
external usenet poster
 
Posts: 1
Default running code only in selected module

Not sure how to go about asking this and my experience programming
excel is minimal but I would like to know how I can have code run only
in one specific module of a project.

I have a project with multiple modules, each doing different
procedures.
When I step through code, f8, it jumps from the current mod to others
and then back.

As an example I have a copy then paste special procedure but when it
gets to the line to PasteSpecial... it jumps to other modules then
back to current and performs the request.

Thanks for any help