So, how can I tell the system to open the file for me? I’ve tried
Shell(ExcelFilePath)
But an exception was thrown although the file path is from OpenFileDialog.FileOk
So, I am trying to play with Excel.Application, is it possible to open the file with that?
This will open the file with Excel:
Being the second string the arguments for the process. See the MSDN Dcoumentation.