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

  • Thread starter Thread starter KevinS56
  • Start date Start date
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?
 
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
 
Back
Top