Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a sheet with the following macro, actually this is just part of it. If
I'm correct it cuts rows from sheet 9 Rows("2:11") and pastes them to sheet 1("A7"). it works fine, however I would like to modify it so that it cuts the rows, but skips columns (cells) BX, BY, BZ in each row. These columns (cells) have formulas that become overwritten when the current macro runs. is there a way to make this work? Sheets("Sheet9").Select Rows("2:11").Select Selection.Copy Sheets("Sheet1").Select Range("A7").Select ActiveSheet.Paste Thanks, M.A.Tyler |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
cut and paste macro | Excel Worksheet Functions | |||
Macro needed to Paste Values and prevent Macro operation | Excel Discussion (Misc queries) | |||
Macro needed to Paste Values and prevent Macro operation | Excel Discussion (Misc queries) | |||
Cut&Paste Macro | Excel Worksheet Functions | |||
cut and paste macro? | Excel Discussion (Misc queries) |