View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mark the Shark Mark the Shark is offline
external usenet poster
 
Posts: 2
Default How to make a function accessible for all workbooks

Hi---How can I make this functoin accessible to all workbooks...

Function coloring(cell)
'
' coloring Macro
' Macro recorded 11.05.2005 by AABULABAN
'
coloring = cell.Interior.ColorIndex

End Function

I have it saved under the Personal workbook, however, it only works
there and no where else. Please help. Thanks