Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I just recorded the following macro:
Sub Macro1() ' ' Macro1 Macro ' Macro recorded 11/3/2006 by df78700 ' ' Cells.Select Range("A8").Activate Selection.Copy Workbooks.Add Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _ :=False, Transpose:=False End Sub I'm trying to select the entire worksheet and then create a new workbook and paste all the cell values (not formulas) into that new workbook. This seems to work fine, however, Range("A8") confuses me: obviously the range of an entire XL worksheet is not one cell! What am I missing here? -- Brevity is the soul of wit. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
question on macro | Excel Discussion (Misc queries) | |||
Macro Button Question | Excel Discussion (Misc queries) | |||
Simple Hyperlink Macro | New Users to Excel | |||
New Excel user needs help with simple Macro... | New Users to Excel | |||
Can't get simple macro to run | Excel Worksheet Functions |