I want a macro to run anywhere on a spreadsheet, based on cursor

K

KevinS56

I have a simple macro, and I need to run it in different parts of my
spreadsheet. I'd like to place my cursor, then run the macro. Is there a way
to do that?
 
J

Jacob Skaria

Hi Kevin

You havent posted the macro or mentioned what to achieve..However for your
question it is possible by referring the ActiveWorkbook, ActiveSheet,
ActiveCell etc; ...

If this post helps click Yes
 
Top