What i did was...
Included Microsoft Excel 15.0 Object Library
Then stored chose excel filename to CFileName
CFileName = OpenFileChooser("Select an Mapping Excel File", "d:\MyFolder\")
Then i used following statement to open workbook
Workbooks.Open (CFileName)
Actually i did not initialize Workbooks. It was available.