Hi David, > Looking for a way to open start Adobe Reader with > a specific file. Use the ShellExecute API to open it, it takes a path either in short or LFN format as a parameter.
You could also try wrapping the string you're sending to Shell in double quotes: Shell """" & sPath & """" Regards, Shawn K. Hall http://12PointDesign.com/ http://ReliableAnswers.com/ '// ======================================================== Hello, my name is Inigo Montoya. You killed my father. Prepare to die. -- 'Inigo', The Princess Bride '// ======================================================= Rules : http://ReliableAnswers.com/List/Rules.asp Home : http://groups.yahoo.com/group/vbHelp/ ======================================================= Post : [email protected] Join : [EMAIL PROTECTED] Leave : [EMAIL PROTECTED] '// ======================================================= Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/vbhelp/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
