Home |
Search |
Today's Posts |
#8
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try this pal
Sheets("Sheet1").Select Range("A1").Select ActiveCell.SpecialCells(xlLastCell).Select x = ActiveCell.Row ActiveSheet.Cells(x + 1, 1).Select x = ActiveCell.Address Sheets("Sheet2").Select Range("A1").Select ActiveCell.SpecialCells(xlLastCell).Select p = ActiveCell.Address a = "a1" Range(a, p).Select Selection.Copy _ Destination:=Worksheets("sheet1").Range(x) Good Luck Ross |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
excel sheet bootom half sheet goes behind top part of sheet | Excel Worksheet Functions | |||
Duplicate sheet, autonumber sheet, record data on another sheet | Excel Worksheet Functions | |||
How do I select price from sheet.b where sheet.a part no = sheet.b | Excel Worksheet Functions | |||
relative sheet references ala sheet(-1)!B11 so I can copy a sheet. | Excel Discussion (Misc queries) | |||
Inserting a row in sheet A should Insert a row in sheet B, removing a row in Sheet A should remove the corresponding row in sheet B | Excel Programming |