View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
AA[_3_] AA[_3_] is offline
external usenet poster
 
Posts: 12
Default Export extension

When 'modules' are exported from the VBE,

BAS is the extension for modules
FRM is the extension for forms
CLS is the extension for class modules

what is the extension for

1. Sheetn
2. ThisWorkbook

When I import a cls file created when the code for a sheet
is exported, the VBE adds a class module rather than add
the code to the sheet.