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 Chriss Miller 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 samuelgvega

  1. samuelgvega

    Is IsError appropriate? Not proceeding to Then statement

    isError() is a function that will return either True or False, you can't assign a value to it. Why don't you try: If IsError(Selection.Find(what:=portfolio)) Then ....
  2. samuelgvega

    Closing MessageBoxes not using DisplayAlert

    Hello, On a regular basis we have to run some sheets manually, copying and pasting the parameters to run the formulae. I am trying to automate it, but I have no access to the code behind the sheet, so I have come around this issue using SendKeys to virtually click on the buttons for me (I don't...

Part and Inventory Search

Back
Top