View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
renegan[_5_] renegan[_5_] is offline
external usenet poster
 
Posts: 1
Default Macro for copying named range to any sheet

Sub Test()

Range("Scores").Copy
ActiveCell.PasteSpecial (xlPasteValues)

End Sub

If you activate the cell and run this macro with a button, it shoul
work as you like for every worksheet

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