Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi all,
I have an formated row for data, but I do not know the exact row row number since the data amount is variable, so I make only one ready for copy and insert after. I use the Record produced code like following: Worksheets("printout").Rows(row + iItemStart & ":" & row + iItemStart).Select Selection.Copy Selection.Insert Shift:=xlDown Application.CutCopyMode = False but before I can use the code, I have to make the printout sheet the activesheet, do I have other method? Clara -- thank you so much for your help |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
I want to select a row and insert a copy later in the worksheet | Excel Worksheet Functions | |||
Macro that will select and insert a new row and paste as value | Excel Worksheet Functions | |||
I cannot select more than 1 picture to insert. Why? | Excel Discussion (Misc queries) | |||
Excel should allow "select all" and also "insert bookmark" as Wor. | Excel Worksheet Functions | |||
INSERT INTO..SELECT | Excel Programming |