Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
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
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7,247
Default How to make a function accessible for all workbooks

If you are calling it from a worksheet cell, you need to include
the workbook name in the call. E.g.,

=personal.xls!coloring(A1)


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com



"Mark the Shark" wrote in message
om...
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



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default How to make a function accessible for all workbooks



Thanks a lot...this was very helpful!!!

*** Sent via Developersdex http://www.developersdex.com ***
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
form option buttons - how can I make them accessible? lynn Excel Discussion (Misc queries) 1 February 10th 10 02:59 PM
how do I make a template accessible RockStar Excel Discussion (Misc queries) 1 September 21st 09 01:06 PM
How do I make sure my Wkbook is accessible to users using earlier Mifty Excel Discussion (Misc queries) 1 May 12th 08 01:30 PM
How do I make a text box accessible in a protected Excel sheet? JWarnick-SHH Excel Worksheet Functions 5 March 16th 06 01:53 PM
Make Function Accessible only from VBA Ryan Poth[_2_] Excel Programming 1 August 29th 03 01:10 AM


All times are GMT +1. The time now is 01:33 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"