Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Greetings! In over 300 executions, the following code never failed nor
displayed a message: ' The follwg instructions will delete the first 28 rows: Application.Goto Reference:="R1:R28" Selection.Delete Shift:=xlUp But when I revised the code as follows (hoping for greater speed): Range("R1:R28").Delete Shift:=xlUp two out of three executions caused the following message to display: "This Operation will cause some merged cells to unmerge; Do you wish to continue?" The two sets of code seem to provide the same function. What could be wrong with "Range("R1:R28").Delete Shift:=xlUp"? Thanks in advance for your help. -- May you have a most blessed day! Sincerely, Michael Fitzpatrick |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Select Merged Cells and Unmerge Spread Merge Data To All Cells | Excel Programming | |||
Merged Cells Causing Problem in Macro | Excel Programming | |||
Spreadsheet with merged cells - how can I unmerge the cell and re. | Excel Programming | |||
How can I unmerge the merged cells in a Excel sheet quickly? | Excel Programming | |||
Can't unmerge merged cells programatically | Excel Programming |