So how can I tell the system to open the file for me? I tried
Shell(ExcelFilePath)
But an exception was thrown, although the file path from OpenFileDialog.FileOk
So, I'm trying to play with Excel.Application, is it possible to open a file with this?
source
share