If your addin has a nice unique project name (not VBAProject), then you can open
the other workbook and with that project active, tools|references and point at
the addin.
Then you can call "getcolors" just like it's a built in VBA function.
(Were you using reference in this sense?)
ljb wrote:
>
> I found part of my answer. The only question now is how to include and
> reference an even function in an add-in?
>
> Private Sub Worksheet_Change(ByVal Target As Range)
> Application.Run "'my lookup.xla'!getcolors", Target
> End Sub
>
> LJB
--
Dave Peterson
(E-Mail Removed)