hi i have a problem whtn i trying to use runapp function to open a specific excel file, the problem is the path name of the folder
e.g. when i tried
Dim stAppName As String
stAppName = "excel.exe D:\POLICYTABLE.xls"
Call Shell(stAppName, 1)
it got no problem and open the file...