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 Mike Lewis 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. Chacanger

    Unamed buttons in Web Page ie automation

    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...
  2. Chacanger

    Control Mouse in VBA

    Thanks oharab & combo, I'll try these out and see if I can get my system to work with this.
  3. Chacanger

    Control Mouse in VBA

    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...
  4. Chacanger

    control another application from vba

    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...
  5. Chacanger

    control another application from vba

    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...
  6. Chacanger

    control another application from vba

    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...
  7. Chacanger

    API Calls or VBKeys in VBA

    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...

Part and Inventory Search

Back
Top