| Author |
Message |
Topic: ControlGet Help |
searle
Replies: 7
Views: 301
|
Forum: Ask for Help Posted: Thu Dec 17, 2009 7:30 pm Subject: ControlGet Help |
| thoughts? |
Topic: ControlGet Help |
searle
Replies: 7
Views: 301
|
Forum: Ask for Help Posted: Mon Dec 14, 2009 7:15 pm Subject: ControlGet Help |
I get the feeling that the note on the ControlGet page is probably coming into play here:
ControlGet
Granted, this note specifically applies to a ListView but I can't see why it couldn't also ap ... |
Topic: ControlGet Help |
searle
Replies: 7
Views: 301
|
Forum: Ask for Help Posted: Mon Dec 14, 2009 5:14 pm Subject: ControlGet Help |
Try this
ControlGet, List, List,, ListBox1, A
Loop, Parse, List, `n
MsgBox Item number %A_Index% is %A_LoopField%.
Thanks for the reply, but I am still getting the same results. All it r ... |
Topic: ControlGet Help |
searle
Replies: 7
Views: 301
|
Forum: Ask for Help Posted: Fri Dec 11, 2009 11:20 pm Subject: ControlGet Help |
Hi all,
I've been trying to exact the values of every option in a listbox, but have failed to get more than gibberish returned.
Currently I would be happy with just getting a single value to beg ... |
Topic: Excel Macro Activation (Two Workbooks) |
searle
Replies: 6
Views: 237
|
Forum: Ask for Help Posted: Mon Nov 09, 2009 10:48 pm Subject: Excel Macro Activation (Two Workbooks) |
Got it to work with the GetExcel function along with WinGet.
Thanks man. |
Topic: Excel Macro Activation (Two Workbooks) |
searle
Replies: 6
Views: 237
|
Forum: Ask for Help Posted: Mon Nov 09, 2009 6:37 pm Subject: Excel Macro Activation (Two Workbooks) |
I'll try that out.
Thanks a bunch! |
Topic: Excel Macro Activation (Two Workbooks) |
searle
Replies: 6
Views: 237
|
Forum: Ask for Help Posted: Mon Nov 09, 2009 6:11 pm Subject: Excel Macro Activation (Two Workbooks) |
Thanks Jethrow!
The second method (GetObject) seemed to have worked just fine.
As for the GetExcel(hwnd), I'm not sure how I am supposed to use this function. I looked it up based on the link yo ... |
Topic: Excel Macro Activation (Two Workbooks) |
searle
Replies: 6
Views: 237
|
Forum: Ask for Help Posted: Mon Nov 09, 2009 5:26 pm Subject: Excel Macro Activation (Two Workbooks) |
Hi,
I currently have code that will run a macro on a specific workbook, so long as this workbook has been opened first. The problem is, that I sometimes will have another workbook that was opened f ... |
| |