I have the following code, and it is fine until I get to the very last line - the important part, pasting the data:
Sub Copy()
Dim CopyApp As String
Dim PDFFile As String
Dim StartCopy
CopyApp = "C:\Program Files (x86)\Internet Explorer\iexplore.exe"
PDFFile = "\\host\users\me\test data.pdf"...