I've written a short function:
Public Function DateColor(c)
Application.Volatile
DateColor = c.Interior.ColorIndex
End Function
I reference this in a cell:
=If(DateColor(O116)=3,true,false)
It worked when I first created it, but now that I've saved the workbook as a different name...
We occasionally have conference calls which require NetMeeting. Currently, the 'host' machine/setup will only allow 20 (or so) people to join. All others have to call one of the other 19 people and connect to them.
I've looked at NetMeeting refernces but I can't find where the limitation...
Just a note of thanks to ya'll!
I was looking for a way to run a function from a cell, and the answer was here!
Just a comment - the function has to be declared 'public' (like in the examples).
Spence602
I have created a 'form' in Outlook 2002 in which I've created fields to capture data (field technicians sending info back to the home office). The eMail message will be sent to an individual, not a group mailbox. I would like the recipient to push a button (on the receive side of the form) to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.