Forum Discussion
David4645145
Jul 03, 2019Copper Contributor
How do I get the macro to run on values wherever I highlight? Macro I created only runs in th
How do I get the macro to run on values wherever I highlight? Macro I created only runs in the field I recorded. Arguments to macro?
Haytham Amairah
Jul 04, 2019Silver Contributor
Hi David,
There is an option in the Developer tab called (Use Relative References) and this is what you need.
Please check out this https://www.excel-easy.com/vba/examples/use-relative-references.html to learn more about it.
Hope that helps