Re: Open a specific excel file suing runapp function
sorry, i pasted wrongly, it should be
Dim stAppName As String
stAppName = "excel.exe D:\ABC folder\NEW Project\POLICYTABLE.xls"
Call Shell(stAppName, 1)
really? you can work even there is space between words in the path ?