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!

Search results for query: *

  1. uscguy22

    Do Until a certain column

    Hi Everyone, I have a pretty simple question (i belive). I am writing a procedure and want it to repeat until a certain column. So i have: Do until activecell.column = 100 Blah blah blah Activecell.offset(0,1).select Loop The "100" isn't being recogonized and the macro keeps...
  2. uscguy22

    Time Delay with VBA

    Hi Everyone, I'm running a webquery in EXCEL and want to do some analysis with the data afterwards. Does anyone know how to write the code that tells Excel to wait 10 seconds while the webquery is in progress so that the web query can complete? Thanks.

Part and Inventory Search

Back
Top