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 John Tel 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: pkrmott
  • Content: Threads
  • Order by date
  1. pkrmott

    WebQuery through an Excel Macro

    This topic has been covered extensively in other posts, but I have a peculiar problem that I cannot solve. On a spreadsheet, I create a webquery using a macro. Everytime I use the: "Set QT = ActiveSheet.QueryTables.Add(Connection:=totalline, Destination:=Range("A1"))" command, it takes 15-20...
  2. pkrmott

    Progess of a macro in a form

    I would like a form to pop up and give a progress statement for a fairly long-winded macro I have written. Something along the lines of "33 of 10,000 complete" would be excellent, and I do not want to use the status bar (it's being used for something else already). At present, I have a form...
  3. pkrmott

    Excel webquery, check for validity

    I have been using the querytable command within excel to access a user-defined website. If the user inputs an invalid web address, the macro I'm using fails on the querytables part. I have included the code below. Does anyone know of a method that will allow the macro to "check" to ensure...

Part and Inventory Search

Back
Top