vb.net - assign value without open excel file -


imports microsoft.office.core imports microsoft.office.interop imports microsoft.office.interop.excel

i have code:

dim oapp new excel.application() dim wb excel.workbook  wb = oapp.workbooks.open("d:\noriamail\23120011\lpo summary per month_view 3 - allmonths.xlsx") 

can tell me how can assign value wb witout open file (i want function give wb value without open file)
thank's help

what type of value want "assign"? sort of metadata? in experience, code above correct way open file; there, can begin manipulating file.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

sql server - python to mssql encoding problem -

windows - Python Service Installation - "Could not find PythonClass entry" -