View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
MACRE0[_4_] MACRE0[_4_] is offline
external usenet poster
 
Posts: 1
Default Paste Special atop original sheet in Macro

Thanks Dave,

Using your format I was able to make it non page specific with

With ActiveSheet.UsedRange
.Copy
.PasteSpecial PASTE:=xlPasteValues
End With


Now my program will work perfectly for future months. The boss i
going to love me! Thanks again

--
Message posted from http://www.ExcelForum.com