Thread: Create an .xla
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bigwheel Bigwheel is offline
external usenet poster
 
Posts: 14
Default Create an .xla

Hi Dominique

Yes, this is relatively easy, assuming you are OK with writing the code to
create additions to the menu bar (if not let us know!)
Wrap the code in an auto_open subroutine (and some remove menu code in an
auto_close sub)
Save the code as a .xla file and you're almost there. Next problem is
distribution as the .xla needs to go in the AddIns folder on each of your
user's pc's, but you've probably got this covered anyway ...

"Dominique Feteau" wrote in message
...
I have a couple macro's that i'd like to have automatically show up on

other
users pc's as a file menu item instead of inserting them manually at each
desk. I was able to create the file menu item at my own desk easily using
Tools - Customize, but I dont want to go to each person's desk to do so.

I
use a couple .xla's right now, including ASAP Utilties for Excel.

Is doing something like this easy to do, or would it be less aggravating

to
go to each person's desk and doing it manually.

Dominique