+ Reply to Thread
Results 1 to 3 of 3

Store Information but not in a Workbook

  1. #1
    Andibevan
    Guest

    Store Information but not in a Workbook

    Hi All,

    I have a large dynamic spreadsheet that has a number of different settings
    which I am currently storing on a hidden worksheet.

    Most of the settings are either True / False with some integers as well.

    Is there a better / more profesional way that I can store the settings. Can
    I write code that will update a VBA script or similar which holds all of the
    setting information.

    A few pointers on where to look would be very helpful.

    Thanks

    Andi



  2. #2
    Tom Ogilvy
    Guest

    Re: Store Information but not in a Workbook

    Look at GetSetting and SaveSetting which writes your values to the
    registry.

    You can also use defined names. (make them not visible).

    However, if you have a lot of settings, I don't see anything unprofessional
    using a hidden worksheet.

    --
    Regards,
    Tom Ogilvy


    "Andibevan" <[email protected]> wrote in message
    news:%[email protected]...
    > Hi All,
    >
    > I have a large dynamic spreadsheet that has a number of different settings
    > which I am currently storing on a hidden worksheet.
    >
    > Most of the settings are either True / False with some integers as well.
    >
    > Is there a better / more profesional way that I can store the settings.

    Can
    > I write code that will update a VBA script or similar which holds all of

    the
    > setting information.
    >
    > A few pointers on where to look would be very helpful.
    >
    > Thanks
    >
    > Andi
    >
    >




  3. #3
    Andibevan
    Guest

    Re: Store Information but not in a Workbook

    Thanks Tom that's great.

    I only thought it would be unprofessional if there was another widely used
    approach I had looked over.

    Thanks

    Andi


    "Tom Ogilvy" <[email protected]> wrote in message
    news:[email protected]...
    > Look at GetSetting and SaveSetting which writes your values to the
    > registry.
    >
    > You can also use defined names. (make them not visible).
    >
    > However, if you have a lot of settings, I don't see anything

    unprofessional
    > using a hidden worksheet.
    >
    > --
    > Regards,
    > Tom Ogilvy
    >
    >
    > "Andibevan" <[email protected]> wrote in

    message
    > news:%[email protected]...
    > > Hi All,
    > >
    > > I have a large dynamic spreadsheet that has a number of different

    settings
    > > which I am currently storing on a hidden worksheet.
    > >
    > > Most of the settings are either True / False with some integers as well.
    > >
    > > Is there a better / more profesional way that I can store the settings.

    > Can
    > > I write code that will update a VBA script or similar which holds all of

    > the
    > > setting information.
    > >
    > > A few pointers on where to look would be very helpful.
    > >
    > > Thanks
    > >
    > > Andi
    > >
    > >

    >
    >




+ 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