As always, you should post your function for comments. Is it in a REGULAR
module?

Signature
Don Guillett
SalesAid Software
dguillett1@austin.rr.com
It is located in a module attached to the spreadsheet, i.e. in when I
opened the vba editor there was spreadsheets 1, 2, & 3 - I double-clicked
1 to open the module. I don't have the code in fornt of me at the momment,
but for all intents and purposes it might as well be this:
Public Function DOG() as string
DOG = "DOG"
End Function
How do I use this function in a spreadsheet just to display the 'DOG' for
example ?
> As always, you should post your function for comments. Is it in a
> REGULAR module?

Signature
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
JE McGimpsey - 18 Apr 2007 12:47 GMT
> How do I use this function in a spreadsheet just to display the 'DOG' for
> example ?
You do what Don suggested and use a standard module, that you get by
choosing Insert/Module from the VBE menu.
See http://www.mcgimpsey.com/excel/modules.html