Hi;
I'm hoping someone can point me in the right direction here.
I have a webpage that we have to use to create client accounts on. Normally this is a one-at-a-time affair. Recently, the jobs have been getting bigger though, and now I just got a 400 account setup dropped on me!
What I'm looking for is a way to automate my entering this data. The page is always the same, it's standard HTML. I used VBA and SendKeys for the last big job, but it obviously isn't the greatest solution, and after 20-30 accounts (if I'm lucky) it would miss sending a tab key and go haywire (I loaded my data from a spreadsheet, went over to IE, and got Sendkeys to use keyboard navigation to put everything in).
So, the question is, what ways are better? The page is always the same, the navigation is always the same, I just need something that works all the time, not the %66 of the time that SendKeys does. Does anyone have any suggestions for how I can automate this (all client-side, I have no server-side access), either in IE or Firefox?
Thanks,
Cerv
I'm hoping someone can point me in the right direction here.
I have a webpage that we have to use to create client accounts on. Normally this is a one-at-a-time affair. Recently, the jobs have been getting bigger though, and now I just got a 400 account setup dropped on me!
What I'm looking for is a way to automate my entering this data. The page is always the same, it's standard HTML. I used VBA and SendKeys for the last big job, but it obviously isn't the greatest solution, and after 20-30 accounts (if I'm lucky) it would miss sending a tab key and go haywire (I loaded my data from a spreadsheet, went over to IE, and got Sendkeys to use keyboard navigation to put everything in).
So, the question is, what ways are better? The page is always the same, the navigation is always the same, I just need something that works all the time, not the %66 of the time that SendKeys does. Does anyone have any suggestions for how I can automate this (all client-side, I have no server-side access), either in IE or Firefox?
Thanks,
Cerv