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 bkrike 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 Eoll

  1. Eoll

    Application.Wait problem

    Thanks to both jay and combo for taking a look. I've been trying my way with the browser states to get it to work, but to no avail. Combo, could you take a look at my code and give a proposition on how to work the browser state into it? tried it with a do until document loaded loop thingy but...
  2. Eoll

    Application.Wait problem

    Hi jay, thanks for taking a look. The part of the code i'm refering to looks like this: SendKeys "{tab 2}" SendKeys sUsername SendKeys webTab SendKeys sPassword SendKeys "{ENTER}" Application.Wait (Now + TimeValue("0:00:2")) SendKeys "{tab 3}" SendKeys "{ENTER}" Application.Wait (Now +...
  3. Eoll

    Application.Wait problem

    Thanks to the great threads on this forum, this is only the second time i've come to dead end and need help. All the other times i've able to adapt a bit of code here and there to suit my needs.... here's my problem. What I've been doing is automating a couple of functions run from excel to...
  4. Eoll

    autosave macro in excel

    autosave does exactly that, it autosaves.... it doesnt however make a backup copy in a different file... that's what "they" wanted so that's what i made... thanks for the tip though. btw how do you change the autosave intervalls?
  5. Eoll

    autosave macro in excel

    thanks for the reply! just some questions in regard to your reply, what is the difference between the auto open and the workbookopen? I put the macro in the personal.xlt on just one pc. Dont know what will happen if it starts making backups on all the workstations at the same time. the tip in...
  6. Eoll

    autosave macro in excel

    Found a nice workaround myself. Here's the code for anyone who's interested. Professionals, please comment if there's any obvious mistakes/ future problems which i haven't met yet ;-) Private Sub Auto_Open() MsgBox "Autosave will run in the background!" Application.OnTime TimeValue("10:00:00")...
  7. Eoll

    autosave macro in excel

    First of all, I really need to say, I love this forum! I love the way you can search, make favourite threads, the replies, I love it all! (so much for the sucking up, now i need help! ;-)) After having read about 20 threads, i still can't seem to find/create the right code. What i want to do is...

Part and Inventory Search

Back
Top