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...
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 +...
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...
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?
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...
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")...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.