I have an application for a macro where I need to lookup data in one file that is used to relate to information back in the first file. I haven't found a technique in macros that will allow this to occur.
What is needed is the ability to specify variable parameters to macro commands. Specifically to address the above scenario, the ability to specify a Find string that comes from a Selection or Clipboard value would do the trick. In this way, a Find could use document data instead of fixed strings or numbers. On the command line, %s could refer to the current selection, or %0 - %9 could refer to the Clipboard.
How aboput it, IDM?
Thanks,
Paul
What is needed is the ability to specify variable parameters to macro commands. Specifically to address the above scenario, the ability to specify a Find string that comes from a Selection or Clipboard value would do the trick. In this way, a Find could use document data instead of fixed strings or numbers. On the command line, %s could refer to the current selection, or %0 - %9 could refer to the Clipboard.
How aboput it, IDM?
Thanks,
Paul