02-20-2014, 10:31 AM
Hi,
I have quickmacros code stored in a spreadsheet.
I'd like to have a qm function execute the code that I stored in my cells.
Is this possible? If so, how?
For example,
a1 contains the content
Thank you.
I have quickmacros code stored in a spreadsheet.
I'd like to have a qm function execute the code that I stored in my cells.
Is this possible? If so, how?
For example,
a1 contains the content
int w=win("" "Mozilla*WindowClass" "" 0x4)
act w
Acc a.FindFF(w "DIV" "" "contenteditable=true" 0x1004)
a.DoDefaultAction
Thank you.