Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
anybody an idea why I receive a run time error with the below code,?
Sub copy() Windows("book_master.xls").Activate Range("A1").Select Selection.CurrentRegion.Select Selection.Copy Workbooks(newWorkBook).Activate Range("A1").Select ActiveSheet.Paste End Sub I have declared the workbook as a variable Public newWorkBook As Excel.Workbook thanks portroe |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can not copy a sheet to another book | Excel Worksheet Functions | |||
Too Few Rows to copy sheet to another book | Excel Worksheet Functions | |||
Copy sheets into one book | Excel Worksheet Functions | |||
copy worksheets to new book without linking to original book | Excel Discussion (Misc queries) | |||
Pivot Table: Copy from one Book to another | Excel Discussion (Misc queries) |