View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Slade Slade is offline
external usenet poster
 
Posts: 1
Default Lost Visual basic modules

Hello,

In Excell when I created a new visual basic code, or recorded a
new maco it stored it under a Module such as Module 1, Module 2 etc.
When I saved my workbook the modules saved with it. So the next time I
opened that workbook I could go directly to the VB editor and find my
VB codes under the appropriate "Module #".
Recently, I tied to go back to some older Excel workbooks to look
at my old VB scripts. However, when I enter the Visual basic editor
there are No modules listed at all. If I record a new macro it will
once again create a "Module 1" and create the VB script.
Any idea where my older scripts are and why I can not see them
anymore?

Thank you,
Slade