How have you coded the function and how are you using it in the cell?
--
Gary''s Student - gsnu200723
"Larry Serflaten" wrote:
New to Excel VBA, old hand at VB, I am having trouble
calling a function from a cell.
What I want to do is update a cell every 2 minutes, where
I plan to use the OnTime method. So I added a function to
the sheet code module but it didn't work there. I then added
a separate module (Module1) and tried it there, but I still get
the #Name? as a response.
It seems the function is not visible from the cell.
What are the steps involved in creating a function that will
be callable from a cell, and, what topic in Help discusses
that task (I couldn't find anything relavent)
LFS