Hi
In Ron's code, immediately after
sh.copy
and before
Set wb = ActiveWorkbook
insert the following 3 lines of code and that should achieve what you want
Code:
ActiveSheet.UsedRange.Copy
ActiveSheet.UsedRange.PasteSpecial Paste:=xlPasteValuesAndNumberFormats
ActiveSheet.UsedRange.PasteSpecial Paste:=xlPasteFormats