I am trying to join two macros as follows:
Sub updatechange()
'
' updatechange Macro
'
' Keyboard Shortcut: Ctrl+u
'
Sheets("Summary").Select
Range("O5:O14").Select
Selection.Copy
Sheets("Changes to Plan").Select
Selection.PasteSpecial Paste:=xlPasteValues...