Public Function to Return ColorIndex
Hello,
I made (copied) a function that returns the Index of the background of
a cell.
I saved it in a module in my Personal.xls workbook.
Having done that, I thought I=B4d be able to use it like:
=3DGetColorIndex(B5)
But... I have to use it like: =3DPersonal.xls!GetColorIndex(B5)
Is there a way to achieve the first option, simply =3DGetColorIndex(B5)
without the Personal.xls! part before the function?
thanks,
Fries
|