Hello there
I have a query regarding automating buttons in VBA (Excel), I have been trying to automate pressing a button in a page, normally this would be fine for me to do by doing something like ie.Document.getelementbyid("a_button").Click, unfortunately the page I am currently trying to...
Hi
I've recently been trying to automate the mouse to do certian things in external programs as I can't actually automate them another way. I have tried to do some of this with Calculator recently but I can't seem to get the mouse to L click, hold the L click and R click.
I need to do the...
Thanks for the reply
I don't think it actually shows anywere the database is, so I can't take the info from there, Another programer who used to work on the system managed to get data from it for a similar project but he's left since, so I can't ask him anymore. I think it would most probably...
Hmm, looks like it probably comes from a database. I suppose if I just get the mouse to highlight the text and copy it, it could be just as effective. I wolud be able to apply a...
Private Declare Sub BlockInput Lib "USER32.dll" (ByVal fBlockIt As Long)
...To prevent someone moving the mouse...
Hi
I'm working on a monthly report system that needs to obtain informtion from a program created in vb98. I have the names of the buttons and controls but I don't know how I can click the buttns type the info in the text boxes and copy data from the system to a spreadsheet. Is it best to use...
Hi
Recently I was querying about how to automate certian things in Internet Explorer on this site, I have read up about it since and thought about this...
Is there was a way to use the VBkeyReturn to actually press enter in an Input Box rather than the ASCCI Number or if there was a way to use...
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.