I am late binding Excel in my app and I need to fix a few errors. I have the app instance created fine but I need to access other properties and methods of it and I get errors saying "some method is not defined for object".
Thanks
VB Code:
object oWB = moApp.[u]Workbooks[/u].Add(); oWB.[u]Sheets[/u]("Sheet1").Cells(1, 1).Value = "Meow!";





Reply With Quote