AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 8 matches
AutoHotkey Community Forum Index
Author Message
  Topic: ControlGet Help
searle

Replies: 7
Views: 301

PostForum: Ask for Help   Posted: Thu Dec 17, 2009 7:30 pm   Subject: ControlGet Help
thoughts?
  Topic: ControlGet Help
searle

Replies: 7
Views: 301

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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 ...
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group