![]() |
| |||||||
Workspace Macro Pro - Automation Edition Post messages and questions related to Macro Software for Windows Automation here. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| |||
| I have build a macro chain that every time I execute it it did not find different windoes every time I execute it Sunce I have ourchased this soft I coulkd not find the way to tune up this macro Main windows that did not find are excel special paste o pegado especial front page find and replace and so on Best regards Juan Luis Pretto Please Help find hereafter link to a *.htm file copy of macro chain http://www.verseysentirsebien.us\ARG...hainwk sp.htm |
| |||
| Hello, By default the macro recorded will only run on the specific file(s) it was recorded on. However SMART Macro technology enables an option ‘Enable this task to run with other similar files or window titles’ whereby the recorded macro can be run on any file within the application it was recorded in. For e.g. you recorded a macro on abc.xls. You can run this macro on def.xls, xyz.xls or any other *.xls file by enabling this option (see image in attachment). Moreover, I would also like to suggest you to use keystrokes in your macros as far as possible because they are more reliable than mouse moves/clicks irrespective of change in screen resolution or window size. Mouse clicks/moves are subject to work on a screen resolution they were recorded on. But keystrokes will work as expected no matter what ever screen resolution you set to. For e.g. Up/Down arrow key would work in a reliable way than using mouse to scroll in an excel sheet. |