UDF Question

S

steveh

I have the following UDF, using it in conjunction with conditional
formatting, to format cells that a formula has been over typed

Function IsFormula(cell)
Application.Volatile
IsFormula = cell.HasFormula
End Function
I created a module for it and it is showing up in the editor.

CF formula is =isformula(active cell)

The formatting worked the when I created it. Now that I have saved and
reopened it doesnt work.

What am I doing wrong?

Thanks a million!
 
D

Dave Peterson

Any chance you didn't enable macros when you opened the workbook?

(It worked ok for me when I did it.)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top