Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I made a excel addin that allow to manage a database imported. when I almost finish it I realize that the addin itself can do all the job without having the excel interface. So that is possible to run the addin like a VB application? The other way is to migrate the hole proyect to VB net ![]() I'been programming in Excel VBA all time. other option is not showing excel elements in order to look other application, but I donīt have the code to do this. Thanks for your time Triki -- triki ------------------------------------------------------------------------ triki's Profile: http://www.excelforum.com/member.php...o&userid=26225 View this thread: http://www.excelforum.com/showthread...hreadid=395242 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
No. But you can hide the Excel window if you wanted.
You can also still use VB which is more familiar to VBA users. -- HTH RP (remove nothere from the email address if mailing direct) "triki" wrote in message ... I made a excel addin that allow to manage a database imported. when I almost finish it I realize that the addin itself can do all the job without having the excel interface. So that is possible to run the addin like a VB application? The other way is to migrate the hole proyect to VB net ![]() I'been programming in Excel VBA all time. other option is not showing excel elements in order to look other application, but I donīt have the code to do this. Thanks for your time Triki -- triki ------------------------------------------------------------------------ triki's Profile: http://www.excelforum.com/member.php...o&userid=26225 View this thread: http://www.excelforum.com/showthread...hreadid=395242 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Thanks Bob I didn't know that you could hide excel window. How can I do that? Thanks Trik -- trik ----------------------------------------------------------------------- triki's Profile: http://www.excelforum.com/member.php...fo&userid=2622 View this thread: http://www.excelforum.com/showthread.php?threadid=39524 |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Application.Visible = False
I am presuming that your add-in doesn't need to read/write a workbook? -- HTH RP (remove nothere from the email address if mailing direct) "triki" wrote in message ... Thanks Bob I didn't know that you could hide excel window. How can I do that? Thanks Triki -- triki ------------------------------------------------------------------------ triki's Profile: http://www.excelforum.com/member.php...o&userid=26225 View this thread: http://www.excelforum.com/showthread...hreadid=395242 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do I make columns independent of each other? | Excel Discussion (Misc queries) | |||
Multiple independent x axis | Charts and Charting in Excel | |||
Independent Lists... | New Users to Excel | |||
can one cell contain more than one independent number | Excel Discussion (Misc queries) | |||
Two Independent Variable Correlation | Excel Discussion (Misc queries) |