Hi everyone,
I am trying to run a macro in Excel 2010 to extract data from WRQ Reflections. While I have a basic idea of how Reflections works, I cannot find the cursor position (row and column) to use as a parameter for the .WaitForEvent function
- syntax .WaitForEvent (EventType as Long, Timeout, String, Row, Column, Key, Option)
- example .WaitForEvent rcEnterPos, "30", "0", 21, 13
Is there some sort of GetData function for this?
I have seen a few Reflection related posts on the forum, so please help since I am finding this one impossible to figure out.+
Many thanks,
Alex
I am trying to run a macro in Excel 2010 to extract data from WRQ Reflections. While I have a basic idea of how Reflections works, I cannot find the cursor position (row and column) to use as a parameter for the .WaitForEvent function
- syntax .WaitForEvent (EventType as Long, Timeout, String, Row, Column, Key, Option)
- example .WaitForEvent rcEnterPos, "30", "0", 21, 13
Is there some sort of GetData function for this?
I have seen a few Reflection related posts on the forum, so please help since I am finding this one impossible to figure out.+
Many thanks,
Alex