![]() |
#3
|
|||
|
|||
![]()
You are spot on with your observation. When I removed close code it worked. following is the code I am using now.
Sub Copy() Dim strFilename As String, D As Workbook ', K As Workbook Set D = ActiveWorkbook strFilename = D.Path & "\GJCT Roster Week " & Range("sWeekNo") + 1 & " WS " & Range("sWeekStart") + 7 & ".xlsm" D.SaveCopyAs Filename:=strFilename Workbooks.Open (strFilename) D.Close End Sub Only one thing I am now confronted with is the need to replace named ranges to the values I am renaming the file to in the above statements (sWeekNo and sWeekStart). In nutshell I would like the newly created file to show the new week number and week start date as reflected in the file name. Could the be extracted from file name? |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Emails disappear after closing and re-opening outlook | Rhen | Outlook | 1 | 01-07-2019 01:16 AM |
![]() |
cnethercott | Word | 1 | 01-16-2017 03:21 AM |
Closing Word files | Humptydingo | Word | 5 | 09-07-2013 10:17 AM |
Update powerpoint on a server without closing an opening | dntel123 | PowerPoint | 0 | 08-18-2011 02:41 AM |
![]() |
chum | Word | 2 | 07-05-2010 07:06 AM |