Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have built macros that work for files located on the network. How can I
copy or have my macros available for others to use at their workstations for files located on the network? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Create an add-in and distribute that to your users.
-- HTH Bob Phillips "Glen" wrote in message ... I have built macros that work for files located on the network. How can I copy or have my macros available for others to use at their workstations for files located on the network? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How do I create an add-in for this purpose?
"Bob Phillips" wrote: Create an add-in and distribute that to your users. -- HTH Bob Phillips "Glen" wrote in message ... I have built macros that work for files located on the network. How can I copy or have my macros available for others to use at their workstations for files located on the network? |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Essentially, all you do is put all your code in a new workbook, and then do
a SaveAs with a file type of xla (at the foot of the list). The xla file is then installed (ToolsAdd-InsBrowse and find it). -- HTH Bob Phillips "Glen" wrote in message ... How do I create an add-in for this purpose? "Bob Phillips" wrote: Create an add-in and distribute that to your users. -- HTH Bob Phillips "Glen" wrote in message ... I have built macros that work for files located on the network. How can I copy or have my macros available for others to use at their workstations for files located on the network? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I share a template in Excel | Setting up and Configuration of Excel | |||
Share the same Excel document | Excel Discussion (Misc queries) | |||
share excel document | Excel Worksheet Functions | |||
Use Share Feature in Excel | Excel Worksheet Functions | |||
How do I share macros? | Excel Discussion (Misc queries) |