Search found 7 matches

by vergas78
26 Nov 2018, 16:21
Forum: Ask for Help (v1)
Topic: EXCEL FIND ALL FUNCTION
Replies: 1
Views: 765

EXCEL FIND ALL FUNCTION

I need help creating a script that'll find all instances of a certain word using COM and will return row numbers and pull information that is in certain categories of the row number. I have looked everywhere on the forums and have yet to find something. If you know anything about how I can complete ...
by vergas78
23 Oct 2018, 20:11
Forum: Ask for Help (v1)
Topic: Click and Commands on hidden window
Replies: 1
Views: 473

Re: Click and Commands on hidden window

Can anyone help?
by vergas78
23 Oct 2018, 17:38
Forum: Ask for Help (v1)
Topic: Click and Commands on hidden window
Replies: 1
Views: 473

Click and Commands on hidden window

Is there a way to make this script so that the window doesn't appear , but the script is still able to send clicks and commands like ^C to it?
ie := ComObjCreate("InternetExplorer.Application")
ie.Visible := true ; This is known to work incorrectly on IE7.
ie.Navigate("https://autohotkey.com/")
by vergas78
22 Oct 2018, 03:14
Forum: Ask for Help (v1)
Topic: Quotation concatenation to TextBox output? Topic is solved
Replies: 5
Views: 1268

Re: Quotation concatenation to TextBox output? Topic is solved

Gui, Add, Edit, x122 y20 w150 h20 vStreetAddress,
Address := "%StreetAddress%"

I want the Output to look Something like this "123 6th St"
I want to take an input from a Text Box and put quotations around the Input received.
by vergas78
21 Oct 2018, 22:42
Forum: Ask for Help (v1)
Topic: Quotation concatenation to TextBox output? Topic is solved
Replies: 5
Views: 1268

Quotation concatenation to TextBox output? Topic is solved

Is there anyway to append or concatenate double quotation marks to the output of a textbox?
Please help lol
by vergas78
19 Oct 2018, 00:34
Forum: Ask for Help (v1)
Topic: COM AHK HELP!
Replies: 0
Views: 466

COM AHK HELP!

I'm making a script using AHK to see if an address exists through the USPS website, since I'm automating the form login with COM i'm using wb.Document.getElementById("id").value:="input" , the thing is that when I run the script it only runs this line of code the first time it sees it and it doesn't...
by vergas78
19 Oct 2018, 00:34
Forum: Ask for Help (v1)
Topic: COM AHK HELP!
Replies: 0
Views: 434

COM AHK HELP!

I'm making a script using AHK to see if an address exists through the USPS website, since I'm automating the form login with COM i'm using wb.Document.getElementById("id").value:="input" , the thing is that when I run the script it only runs this line of code the first time it sees it and it doesn't...

Go to advanced search