Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default Custom Function on Personal.xls

Can I create a function in the Personal.xls module so the function can be
called in another documents?

I asked this question because the ISFORMULACELL (identify if a cell contains
a formula) function that I created in the Personal.xls doesn't work on other
documents. It only works on the specific worksheet that contains that code.
I suspect that I didn't do it right. I'd appreciate if you can give me some
ideas. Thanks!
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,824
Default Custom Function on Personal.xls

=personal.xls!isformulacell(a1)

But if you're going to use this in conditional formatting, then you're going to
have trouble.

One "cheat" is to put that formula in another cell, then use that cell as your
Conditional formatting test.

(and maybe hide that cell's row/column)

AGnes wrote:

Can I create a function in the Personal.xls module so the function can be
called in another documents?

I asked this question because the ISFORMULACELL (identify if a cell contains
a formula) function that I created in the Personal.xls doesn't work on other
documents. It only works on the specific worksheet that contains that code.
I suspect that I didn't do it right. I'd appreciate if you can give me some
ideas. Thanks!


--

Dave Peterson

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
Personal macro workbook and personal.xls John Kilkenny Excel Discussion (Misc queries) 1 June 14th 05 09:43 PM
Emulate Index/Match combo function w/ VBA custom function Spencer Hutton Excel Worksheet Functions 2 May 2nd 05 05:26 PM
Adding a custom function to the default excel function list DonutDel Excel Programming 3 November 21st 03 03:41 PM
Custom Menus in Personal.xls Guig Excel Programming 2 October 16th 03 12:08 AM


All times are GMT +1. The time now is 02:40 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"