open window using vb
-
please help... how can i open or activate window to launch excel using vb.net?? thanks...
jyn
I realize this article is written for C#, but you should get the general idea ... http://www.codeproject.com/KB/office/package.aspx[^]
-
please help... how can i open or activate window to launch excel using vb.net?? thanks...
jyn
Do you want to automate Excel or just start it as a separate process/application?
-
Do you want to automate Excel or just start it as a separate process/application?
-
thanks for replies.. i need is to make the excel application visible to the user after populate the data on it.. or can download it after clicking the export button... any idea? thanks again...
jyn
You mentioned 'download it after clicking', so are you creating a web page/web application or a windows forms application?