+ Reply to Thread
Results 1 to 4 of 4

Run a .xla as a independent application

  1. #1
    Registered User
    Join Date
    08-12-2005
    Posts
    3

    Run a .xla as a independent application

    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 and 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

  2. #2
    Bob Phillips
    Guest

    Re: Run a .xla as a independent application

    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" <[email protected]> wrote in
    message news:[email protected]...
    >
    > 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 and
    > 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. #3
    Registered User
    Join Date
    08-12-2005
    Posts
    3

    How?

    Thanks Bob

    I didn't know that you could hide excel window. How can I do that?

    Thanks

    Triki

  4. #4
    Bob Phillips
    Guest

    Re: Run a .xla as a independent application

    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" <[email protected]> wrote in
    message news:[email protected]...
    >
    > 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 to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1