Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Is there a shortcut key to delete a worksheet?
I use Excel 2003 and 2007 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
hi
short answer no. but you can record a macro that does that and attach the macro to a custom icon. sub delsheet() activewindow.selectedsheets.delete end sub regards FSt1 "Mary Ann" wrote: Is there a shortcut key to delete a worksheet? I use Excel 2003 and 2007 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
hi
sorry, you wanted a short cut key. yes you can do that too. 2003 on the menu bartoolsmacrosmacros. select your macro then click options. assign your custom shortcut key. not sure how to do that in 2007 yet. working on it. Regards FSt1 "FSt1" wrote: hi short answer no. but you can record a macro that does that and attach the macro to a custom icon. sub delsheet() activewindow.selectedsheets.delete end sub regards FSt1 "Mary Ann" wrote: Is there a shortcut key to delete a worksheet? I use Excel 2003 and 2007 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If you don't want the warning message add
Application.DisplayAlerts = False activewindow.selectedsheets.delete Application.DisplayAlerts = True Gord Dibben MS Excel MVP On Thu, 26 Nov 2009 16:22:03 -0800, FSt1 wrote: hi short answer no. but you can record a macro that does that and attach the macro to a custom icon. sub delsheet() end sub regards FSt1 "Mary Ann" wrote: Is there a shortcut key to delete a worksheet? I use Excel 2003 and 2007 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Is there a shortcut for this?? | Excel Discussion (Misc queries) | |||
Shortcut | Excel Discussion (Misc queries) | |||
Shortcut | Excel Discussion (Misc queries) | |||
Is there a shortcut? | Excel Discussion (Misc queries) | |||
shortcut | Excel Worksheet Functions |