Thread: xla-files
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
keepITcool keepITcool is offline
external usenet poster
 
Posts: 2,253
Default xla-files

in the VBE
open Project Explorer Pane
select ThisWorkBook from the addin project
open Properties Pane
change IsAddin property to False


that should do it..


keepITcool

< email : keepitcool chello nl (with @ and .)
< homepage: http://members.chello.nl/keepitcool


"walt" wrote:

i created a .xla-file out of a .xls-file which give me the advantage
to run the macros stored in the .xla-file in (nearly) every excel
file. so far so good.

the worksheet in the .xla-file contains important information. if i
want to change that information i have a problem: i can't enter that
sheet anymore...!

does anyone know how to convert that file back to a .xls-file? i can't
believe that .xls - .xla is an one-way-road!

TIA Walt