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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: krupa
  • Order by date
  1. krupa

    outlook addressbook properties

    Hello, I am new to programming with outlook so please bar with me. what i need to do is open outlook, and search the address book for a give person. I then need to return this persons, phone number and location. I cannot figure out what object to use, that will return the phone number and...
  2. krupa

    Can one list box determine which list shows up in the second list box?

    Thanks Glenn, that's a good idea. i was trying to avoid the worksheet_change sub. it complicates alot of what I am doing with macros. Again thanks!
  3. krupa

    How to know if buttons exist

    Hey, If you know the button name. Then you can do a dummy check on the button. FOr example if you have a button called MyButton on the sheet Hello then : msgbox Worksheets("Hello").MyButton will do one of two things. If it exists then it will display true/false. if it does not...
  4. krupa

    2 Validation Lists in Excel

    Hello, I have two cells Cell A and Cell B. The value in Cell B depends on what is in Cell A. I can get the list of cell B to be based on what is in Cell A, but if i have a value in cell B and I change the value of cell A, my list for cell B changes, but the value of Cell B is what it was before...
  5. krupa

    Can one list box determine which list shows up in the second list box?

    Hi I am doing the same thing. And i get it to work with the named ranges, but if i have chevy in cell A and Camero in cell B and i change Cell A to Ford, Camero is the value of Cell B, even though the list is correct. How can I prevent this. I want to clear the value of cell B when cell A is...

Part and Inventory Search

Back
Top