Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The below listed code
sheet1 macro copies from one sheet and then paste exact on sheet2 by column How can I force the paste action to be in col A? each paste in col A Sub aaaaa( mysf = "xxx myst = "yyyyy For myrow = 11 To 15 Step For mycol = 3 To 33 Step myval = Sheets(mysf).Range("a1").Offset(myrow - 1, mycol - 1).Valu If myval = "yes" The Sheets(myst).Range("a1").Offset(myrow - 9, mycol - 3).Value = Sheets(mysf).Range("a1").Offset(myrow - 1, mycol - 1).Valu End I Next myco Next myro End Su Thanks Rozb |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can't Copy and Paste or Paste Special between Excel Workbooks | Excel Discussion (Misc queries) | |||
Copy, paste without file name referenced after paste | Excel Discussion (Misc queries) | |||
Copy; Paste; Paste Special are disabled | Excel Discussion (Misc queries) | |||
Excel cut/Paste Problem: Year changes after data is copy and paste | Excel Discussion (Misc queries) | |||
I cannot paste from one workbook to another. Copy works, paste do. | Excel Discussion (Misc queries) |