Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to add some columns with the following code:
For i = start To finish Columns("G:G").Select Selection.Insert Shift:=xlToRight Next i The problem I am having is that I often get the message: "Run-time error '1004': To prevent possible loss of data, Microsoftw Excel cannot shift onblank cell off the worksheet. ...." I have reset my last cell and saved, but the error returns. Any ideas? David |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Adding Columns, Then deleting old columns | Excel Discussion (Misc queries) | |||
Deleting cells from chart source data, causing problems | Excel Discussion (Misc queries) | |||
Combining Text from 2 Columns into 1 then Deleting the 2 Columns | Excel Worksheet Functions | |||
Problems with Deleting rows using VBA | Excel Programming | |||
Problems deleting custom menu = double entries | Excel Programming |