+ Reply to Thread
Results 1 to 5 of 5

Worksheet visible in an addin ?

  1. #1
    DS NTE
    Guest

    Worksheet visible in an addin ?

    Is it possible to have a worksheet visible in an addin (xla), and if so,
    how??? The reason Im asking is that Im trying to build a simple helpfunction
    into my addin. See post "xla programming" earlier today for reference.


    knut



  2. #2
    Tom Ogilvy
    Guest

    Re: Worksheet visible in an addin ?

    No, but you can have the code copy the sheet from the addin to a new single
    sheet workgook and display the copy, then delete it.

    --
    Regards,
    Tom Ogilvy

    "DS NTE" <[email protected]> wrote in message
    news:%[email protected]...
    > Is it possible to have a worksheet visible in an addin (xla), and if so,
    > how??? The reason Im asking is that Im trying to build a simple

    helpfunction
    > into my addin. See post "xla programming" earlier today for reference.
    >
    >
    > knut
    >
    >




  3. #3
    DS NTE
    Guest

    Re: Worksheet visible in an addin ?

    Not exactly what I was after. Let me clarify: The worksheet in the xla will
    not be visible to the common users, just to me when Im working on the addin,
    need to enter information into that worksheet. If anybody bothers to have a
    look: http://j-walk.com/ss/excel/tips/tip51.htm Im trying to convert sth
    similar to this into an addin, but I cant see / find the worksheets when
    saving xls as xla. Does this make sense???

    knut

    "Tom Ogilvy" <[email protected]> skrev i melding
    news:[email protected]...
    > No, but you can have the code copy the sheet from the addin to a new
    > single
    > sheet workgook and display the copy, then delete it.
    >
    > --
    > Regards,
    > Tom Ogilvy
    >
    > "DS NTE" <[email protected]> wrote in message
    > news:%[email protected]...
    >> Is it possible to have a worksheet visible in an addin (xla), and if so,
    >> how??? The reason Im asking is that Im trying to build a simple

    > helpfunction
    >> into my addin. See post "xla programming" earlier today for reference.
    >>
    >>
    >> knut
    >>
    >>

    >
    >




  4. #4
    Doug Glancy
    Guest

    Re: Worksheet visible in an addin ?

    DS NTE,

    Turn off the "IsAddin" property in the properties that come up when you
    click on the ThisWorkbook module in the VBE. If it's something you do a lot
    you can also set/toggle the same property in VBA.

    hth,

    Doug

    "DS NTE" <[email protected]> wrote in message
    news:[email protected]...
    > Not exactly what I was after. Let me clarify: The worksheet in the xla
    > will not be visible to the common users, just to me when Im working on the
    > addin, need to enter information into that worksheet. If anybody bothers
    > to have a look: http://j-walk.com/ss/excel/tips/tip51.htm Im trying to
    > convert sth similar to this into an addin, but I cant see / find the
    > worksheets when saving xls as xla. Does this make sense???
    >
    > knut
    >
    > "Tom Ogilvy" <[email protected]> skrev i melding
    > news:[email protected]...
    >> No, but you can have the code copy the sheet from the addin to a new
    >> single
    >> sheet workgook and display the copy, then delete it.
    >>
    >> --
    >> Regards,
    >> Tom Ogilvy
    >>
    >> "DS NTE" <[email protected]> wrote in message
    >> news:%[email protected]...
    >>> Is it possible to have a worksheet visible in an addin (xla), and if so,
    >>> how??? The reason Im asking is that Im trying to build a simple

    >> helpfunction
    >>> into my addin. See post "xla programming" earlier today for reference.
    >>>
    >>>
    >>> knut
    >>>
    >>>

    >>
    >>

    >
    >




  5. #5
    DS NTE
    Guest

    Re: Worksheet visible in an addin ?

    Great - I knew it was sth i had forgotten - simple when you know how to do
    it...

    thanks a lot


    knut
    "Doug Glancy" <[email protected]> skrev i melding
    news:[email protected]...
    > DS NTE,
    >
    > Turn off the "IsAddin" property in the properties that come up when you
    > click on the ThisWorkbook module in the VBE. If it's something you do a
    > lot you can also set/toggle the same property in VBA.
    >
    > hth,
    >
    > Doug
    >
    > "DS NTE" <[email protected]> wrote in message
    > news:[email protected]...
    >> Not exactly what I was after. Let me clarify: The worksheet in the xla
    >> will not be visible to the common users, just to me when Im working on
    >> the addin, need to enter information into that worksheet. If anybody
    >> bothers to have a look: http://j-walk.com/ss/excel/tips/tip51.htm Im
    >> trying to convert sth similar to this into an addin, but I cant see /
    >> find the worksheets when saving xls as xla. Does this make sense???
    >>
    >> knut
    >>
    >> "Tom Ogilvy" <[email protected]> skrev i melding
    >> news:[email protected]...
    >>> No, but you can have the code copy the sheet from the addin to a new
    >>> single
    >>> sheet workgook and display the copy, then delete it.
    >>>
    >>> --
    >>> Regards,
    >>> Tom Ogilvy
    >>>
    >>> "DS NTE" <[email protected]> wrote in message
    >>> news:%[email protected]...
    >>>> Is it possible to have a worksheet visible in an addin (xla), and if
    >>>> so,
    >>>> how??? The reason Im asking is that Im trying to build a simple
    >>> helpfunction
    >>>> into my addin. See post "xla programming" earlier today for reference.
    >>>>
    >>>>
    >>>> knut
    >>>>
    >>>>
    >>>
    >>>

    >>
    >>

    >
    >




+ 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