Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thank you for keep helping me. In the meantime I found a great coding
doing another search. This one works perfect: Application.ScreenUpdating = False Dim NewFileName As String Dim StartWkBk As Workbook Set StartWkBk = ActiveWorkbook NewFileName = InputBox("Enter file name to save overview of Divisions per quarter (ROAD kvt, A&S kvt and SOL kvt) in separate file: ") With StartWkBk .Sheets(Array("ROAD kvt", "A&S kvt", "SOL kvt")).Copy ActiveSheet.Select ActiveWorkbook.SaveAs Filename:=.Path & "\" & NewFileName & ".xls" End With Application.ScreenUpdating = True End Sub From HA14 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Independent column widths | Excel Worksheet Functions | |||
Independent Lists... | New Users to Excel | |||
independent macros | Excel Programming | |||
Run a .xla as a independent application | Excel Programming | |||
can one cell contain more than one independent number | Excel Discussion (Misc queries) |