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. |