Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a workbook with cells on Sheet1 paste-linked to cells on
Sheet2. Using a command button I need to be able to shift by one cell the cells on Sheet1. For example, if cell B3 is selected, I would click the command button and cut cell B3 and insert it between cell B1 and B2, shifting the other cells to the right, as shown below: Private Sub CommandButton4_Click() 'move left Selection.Cut ActiveCell.Offset(0, -1).Range("A1").Select Selection.Insert Shift:=xlToRight End Sub But when I do this, the paste-link formulas on Sheet2 move as well. I need the cells on Sheet 2 to remain linked to where they were originally. Is this possible? Thanks! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
PASTE LINK option not available when I select PASTE SPECIAL to link an image in Excel to a Word document. | Links and Linking in Excel | |||
Paste Link Problem | New Users to Excel | |||
Paste Link Problem | Excel Discussion (Misc queries) | |||
Paste link problem | Excel Worksheet Functions | |||
Copy Paste Special Link Cell Problem | Links and Linking in Excel |