edcharleslynn
Programmer
Hello, does anyone know what the correct syntax is to use PasteSpecial with VBScript rather than VBA.
Thanks very much
Ed
Thanks very much
Ed
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
excel.Workbooks(sourcefile).Sheets("Swinton").Activate
With excel.activeSheet.Cells
excel.Cells.Select
excel.selection.Copy
End with
excel.Workbooks(motempfile).Sheets("Swinton").Activate
With excel.activeSheet.Cells
excel.Cells.Select
excel.selection.PasteSpecial
End with