Quote Originally Posted by Dnereb
You need to initiate the applacation as well
XlApp contains the value Nothing
Dim oXLApp As New Excel.Application
would help probably
When I put New in there, it gives me an error. "New canot be used on an interface."

Is there an easier way to pull one cell from excel?