HELP!** ...Sharing XLA files - VISUAL BASIC... **HELP!
Posted by Arovo on March 12, 2001 4:21 PM
Firstly I have to say thanks to MrExcel for this resource!
(what a relief to find it... Thanks all!)
My problem is thus:
I have written a function using VISUAL BASIC (press ALT-F11 in Microsoft Excel 2000) which does a scientific calculation on two values. For example, when I use it in Excel I type the following in a cell:
=myfunction(A1,B1)
The function I have written works perfectly, but HOW do I share it with a colleague?
That's the question... how do I send this XLA file created in Visual Basic with Excel 2000, to a colleague so they can load it and get the same results as me?
.
.
.
Okay, I've tried getting them to save it in the FOLDER:
'C:\WINDOWS\Application Data\Microsoft\AddIns\'
and asked them to run Excel 2000 and try calling the function:
=myfunction(A1,B1)
BUT
it doesn't work EVEN when I specify the function as as:
=C:\WINDOWS\Application Data\Microsoft\AddIns\'myfunction(A1,B1)
even though that's how it's specified when I load back my original file - the only one that works when I've loaded it - if I try and re-use the function - IT WON'T WORK!
HAS EXCEL INVENTED SINGLE-USE FUNCTIONS?
What am I doing wrong... in other words:
HOW DO I GET MY APPLICATION TO WORK?! :-)
Thank you.
A postcard to anyone who can help (just email me your address - I'm in Australia :-)
THANKS FOR ANY HELP!