Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Spence602

  1. Spence602

    Excel Public Function keeps returning #NAME?

    Is there any other way?
  2. Spence602

    Excel Public Function keeps returning #NAME?

    If I send the workbook to someone else, do they also have to have the XLA? Or do the Add-Ins travel along with the workbook?
  3. Spence602

    Excel Public Function keeps returning #NAME?

    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...
  4. Spence602

    Netmeeting connection limitation

    Thank you bcastner!
  5. Spence602

    Netmeeting connection limitation

    NM version 3.01 (4.4.3400) is our standard.
  6. Spence602

    Netmeeting connection limitation

    Either 2K or XP. Both have the same limitiations.
  7. Spence602

    Netmeeting connection limitation

    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...
  8. Spence602

    Calling a Global Function from w/in a sheet

    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
  9. Spence602

    Sending Outlook Mail Items to MS-Access

    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...

Part and Inventory Search

Back
Top