Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Excel-XP / Excel 2002...
- The toolbar button DELETE CELLS is programmed to (Delete + shift cells LEFT). - I am looking for a way to select a varying range of cells...(use a toolbar button to delete those cells...then shift cells UP). - I tried with a macro...but macro will only delete the specific range of cells in the macro formula. Any suggestion appreciated. Hopeful Regards - Texas-Ron |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Test first
Sub shiftup() Selection.Delete Shift:=xlUp End Sub -- Don Guillett SalesAid Software "Texas-Ron" wrote in message ... Excel-XP / Excel 2002... - The toolbar button DELETE CELLS is programmed to (Delete + shift cells LEFT). - I am looking for a way to select a varying range of cells...(use a toolbar button to delete those cells...then shift cells UP). - I tried with a macro...but macro will only delete the specific range of cells in the macro formula. Any suggestion appreciated. Hopeful Regards - Texas-Ron |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Sub Delete_Shift()
Selection.Delete Shift:=xlUp End Sub Gord Dibben MS Excel MVP On Sat, 7 Apr 2007 06:46:02 -0700, Texas-Ron wrote: Excel-XP / Excel 2002... - The toolbar button DELETE CELLS is programmed to (Delete + shift cells LEFT). - I am looking for a way to select a varying range of cells...(use a toolbar button to delete those cells...then shift cells UP). - I tried with a macro...but macro will only delete the specific range of cells in the macro formula. Any suggestion appreciated. Hopeful Regards - Texas-Ron |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Create a "cell button" to hide selected cells. | Excel Worksheet Functions | |||
Text resizes in combo box when "Move and size with cells" set | Excel Discussion (Misc queries) | |||
delete "-" in cells | Excel Worksheet Functions | |||
How can I add "delete row" command to the toolbar | Excel Discussion (Misc queries) | |||
cells formatted to tick when text value "Y" if or null if "N" | Excel Discussion (Misc queries) |