The delete part is fine, the problem is the copy part.
[CODE] Sheets("Sheet1").Rows("1:1").Copy Sheets("Sheet4").Range("A1")
[CODE]
The line above don't work.
Thanks,
Le
Hi,
I have written a code that copy the first row in sheet1 to sheet4 and then, delete the first row from the sheet1 to sheet3. However this don't work. Please see code.
Thanks,
For Each Cell In [A1:F1]
Cell.Select
Selection.Copy
Worksheets(4).Paste...
No is not too late. Thanks.
How can I count to the late row and then using this value to subtract by 1? Something like this
Sheet2.range("A1") = Sheet1.range("last_row_number")
Sheet2.range("A2") = Sheet1.range("last_row_number -1")
etc...
How can you write the above code to do automatically...
Hi,
How can I inverse a matrix in Excel? Example, I have 3 rows and in each row I have 10 values. I would like to copy this values in a inverse order, it likes a mirror of data. Please see attachement.
Thanks,
Le888
Hi,
Is it possible to add two x axes? I know when you plot in Excel, it is possible to add two y axes but to add an other x axe on the top of the graphic, is it possible?
Thanks,
Le