Hi all,
Can someone please help me with the code in the attached file for exporting an activesheet to a new workbook as paste values (excluding the code in the new workbook), then save the new workbook to a folder/location with the store name & go back to the master file to run the same process for 300 something stores.
At the moment, the code in the attached file does all the above but creates only pdfs (see below).
Sheets("Store Trading Report").Select
ActiveSheet.ExportAsFixedFormat Type:=xlTypePDF, Filename:= _
Sheets("Macro").Range("J10") & ".pdf", Quality:=xlQualityStandard, _
IncludeDocProperties:=True, IgnorePrintAreas:=False, OpenAfterPublish:= _
False
Appreciate your help with this code.
Many Thanks,
Arun
Can someone please help me with the code in the attached file for exporting an activesheet to a new workbook as paste values (excluding the code in the new workbook), then save the new workbook to a folder/location with the store name & go back to the master file to run the same process for 300 something stores.
At the moment, the code in the attached file does all the above but creates only pdfs (see below).
Sheets("Store Trading Report").Select
ActiveSheet.ExportAsFixedFormat Type:=xlTypePDF, Filename:= _
Sheets("Macro").Range("J10") & ".pdf", Quality:=xlQualityStandard, _
IncludeDocProperties:=True, IgnorePrintAreas:=False, OpenAfterPublish:= _
False
Appreciate your help with this code.
Many Thanks,
Arun