View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Abhijeet Abhijeet is offline
external usenet poster
 
Posts: 3
Default Store UDF and use it on other machines not in network

Hi,
I created a module/ macro to give me a desired graph. I had stored the code
for the macro in Personal.xls under a function called Graph, which was called
with a key board shortcut "Ctrl+g". I want that our consultants who prepare
data sheets for us be able to use this graph function to create the graph we
want by using the same shortcut. Is it possible to create some executable
code so that when the consultants get my email and open that exe file, it is
run and copies the macro function into their excel program.
Or if there is any other way I can give the consultants the Graph tool.
Thanks
--Abhijeet