Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks Jarek. This last macro: Sub kopiuj()
For Each Worksheet In ActiveWorkbook.Worksheets i = i + 1 If i < ActiveWorkbook.Worksheets.Count Then Worksheets(i).Range("M6").Copy Worksheets(ActiveWorkbook.Worksheets.Count).Cells( i, 1).PasteSpecial Paste=xlValues End If Next End Sub is a saver. Notice I removed the colon for it to work. Can this macro be tweaked further to paste values to a new workbook instead of a worksheet. Just asking. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Uploading excel files: Useful and Cool | Excel Discussion (Misc queries) | |||
Cool Feature - How do I do it? | Excel Discussion (Misc queries) | |||
Can anyone tell me something really cool that Excel can do? | Excel Discussion (Misc queries) | |||
I found this cool link | Excel Worksheet Functions | |||
Went to your site pretty cool! | New Users to Excel |