Dim pdfPath As String = "D:\Test\Test.pdf" Dim page As Integer = 4 Dim arguments As String = String.Format("/A page={0} ""{1}""", page, pdfPath) Process.Start("AcroRd32.exe", arguments)