View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Jacob Skaria Jacob Skaria is offline
external usenet poster
 
Posts: 8,520
Default I want a macro to run anywhere on a spreadsheet, based on cursor

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
---------------
Jacob Skaria


"KevinS56" wrote:

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?