Hi All,
we have a macro that will run if you hit ctrl+m, i want to modify this macro, i want the macro to automatically run after the users used the paste shortcut key ctrl+v
is this possible?
Thanks.
Hi All,
we have a macro that will run if you hit ctrl+m, i want to modify this macro, i want the macro to automatically run after the users used the paste shortcut key ctrl+v
is this possible?
Thanks.
One way is you can call your macro within the Worksheet Change Event. Right click on Sheet Tab --> View Code --> And paste the code given below into the opened code window.
Replace the YourMacro with name of your macro which you want to call.
![]()
Please Login or Register to view this content.
Regards
sktneer
Treat people the way you want to be treated. Talk to people the way you want to be talked to.
Respect is earned NOT given.
Thanks sktneer
You're welcome!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks