jbailey268
Programmer
In earlier VB one used the following.
ox=createobject("ExcelApplication")
ox.activepage.name="Pivot"
ox.columns(1).width = 15 etc. etc
I was informed that in VB.net that Createobject as such is unsupported.
I am currently using the 2005 Visual Studio.
How would one open the excel and programatically do all the low level things that I use to do.
I use to cut the macro created code and use it in another program - it worked great.
Thanks for your help.
ox=createobject("ExcelApplication")
ox.activepage.name="Pivot"
ox.columns(1).width = 15 etc. etc
I was informed that in VB.net that Createobject as such is unsupported.
I am currently using the 2005 Visual Studio.
How would one open the excel and programatically do all the low level things that I use to do.
I use to cut the macro created code and use it in another program - it worked great.
Thanks for your help.