Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I wrote a macro to round and format cells, accessed by a shortcut.
Can I set it up to be undoable? Thanks eg |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Green,
Macro changes are "undoable" anyway. NickHK "Green" wrote in message ... I wrote a macro to round and format cells, accessed by a shortcut. Can I set it up to be undoable? Thanks eg |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
See John Walkenbach's site
http://j-walk.com/ss/excel/tips/tip23.htm Regards Rowan "Green" wrote: I wrote a macro to round and format cells, accessed by a shortcut. Can I set it up to be undoable? Thanks eg |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If you can get your macro to do it's stuff via SendKeys, you can Undo that.
Regards, Vic Eldridge "Green" wrote: I wrote a macro to round and format cells, accessed by a shortcut. Can I set it up to be undoable? Thanks eg |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Green,
Sorry I misread your request as UN-undoable. NickHK "NickHK" wrote in message ... Green, Macro changes are "undoable" anyway. NickHK "Green" wrote in message ... I wrote a macro to round and format cells, accessed by a shortcut. Can I set it up to be undoable? Thanks eg |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If you want your macro to have an undo, you have to take care of it yourself.
John Walkenbach has some tips at: http://j-walk.com/ss/excel/tips/tip23.htm Green wrote: I wrote a macro to round and format cells, accessed by a shortcut. Can I set it up to be undoable? Thanks eg -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to make a macro | Excel Discussion (Misc queries) | |||
I think I want to make a Macro | New Users to Excel | |||
make a macro to insert a macro | Excel Discussion (Misc queries) | |||
Help Me Make Macro | Excel Discussion (Misc queries) | |||
Create an undoable 'paste formula' macro | Excel Programming |