try this:
![]()
Private Sub Save() ActiveSheet.Copy With ActiveSheet.UsedRange .Copy .PasteSpecial xlValues .PasteSpecial xlFormats End With Application.CutCopyMode = False ActiveWorkbook.SaveAs ActiveSheet.Name & Format(Date, "yyyymmdd") End Sub
try this:
![]()
Private Sub Save() ActiveSheet.Copy With ActiveSheet.UsedRange .Copy .PasteSpecial xlValues .PasteSpecial xlFormats End With Application.CutCopyMode = False ActiveWorkbook.SaveAs ActiveSheet.Name & Format(Date, "yyyymmdd") End Sub
--
Regards
PD
----- Don't Forget -----
1. Use code tags. Place "[code]" before the first line of code and "[/code"]" after the last line of code. Exclude quotation marks
2. Thank those who have helped you by Clicking the scales above each post.
3. Please mark your post [SOLVED] if it has been answered satisfactorily.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks