Home |
Search |
Today's Posts |
#8
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Tom Ogilvy wrote...
Sub Kevin2() Dim oActiveSheet As Object Dim oBk as Workbook set oBk = ActiveWorkbook For loop Do a a bunch of stuff on Book1.xls using Book1's sheets. Sheets("Duplicate").Copy Befo=Sheets("Duplicate") Set oActiveSheet = ActiveSheet With Workbooks("2006.05.30Presentation.xls") oActiveSheet.Move after:=.Sheets(.Sheets.Count) End With bk.Activate Next Statement End Sub Hi Tom, Thank you very much!! Best regards, Kevin |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Moving Data between sheets in the same workbook and moving data between Workbooks. | Excel Worksheet Functions | |||
moving data between workbook sheets | Excel Discussion (Misc queries) | |||
Moving Sheets within a workbook | Excel Worksheet Functions | |||
Moving sheets to another workbook | Excel Programming | |||
Moving Macros with Sheets to New Workbook | Excel Programming |