Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sub dddd()
Dim wsData As Worksheet Set wsData = ActiveSheet Workbooks.Add wsData.Cells.Copy ' paste values ActiveSheet.Cells.PasteSpecial Paste:=xlValues, _ Operation:=xlNone, SkipBlanks:= _ False, Transpose:=False 'paste format ActiveSheet.Cells.PasteSpecial Paste:=xlFormats, _ Operation:=xlNone, SkipBlanks:= _ False, Transpose:=False ActiveSheet.Range("a1").Select End Su -- Message posted from http://www.ExcelForum.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copying rows of data into new worksheet but placing data into colu | Excel Discussion (Misc queries) | |||
Copying data to a different row | Excel Worksheet Functions | |||
Copying data as static as source data changes | Excel Worksheet Functions | |||
Copying Data into Column with Existing Data | Excel Discussion (Misc queries) | |||
Copying data down to next dirty cell, then copying that data | Excel Programming |