Hi I am working on one projrct where I use VB programming language. I want to open an excel file from VB6. The file name is contained in a variable and I cannot open the file.

Here is my code

Code:
Myshell = Shell ( "C: \ Program Files \ Microsoft Office \ Office12 \ EXCEL.exe file", 1) 
	Myshell = Shell ( "C: \ Program Files \ Microsoft Office \ Office12 \ EXCEL.exe file", 1)
If you are having any suggestions then reply me. It can helpful to me.