+ Reply to Thread
Results 1 to 6 of 6

Stop user selecting more than one sheet at once?

  1. #1
    RobW
    Guest

    Stop user selecting more than one sheet at once?

    Hi,
    Help would be apprecitaed:
    Within a given workbook i wish to stop users selecting more than one sheet
    at once. (To make sure data is not overwritten in both sheets as these cells
    are llinked and would be very hard to undo)
    Thanks in advance,
    Rob

  2. #2
    TomHinkle
    Guest

    RE: Stop user selecting more than one sheet at once?

    why don't you just protect the cells/worksheets you don't want overwritten??
    (tools-protection)

    "RobW" wrote:

    > Hi,
    > Help would be apprecitaed:
    > Within a given workbook i wish to stop users selecting more than one sheet
    > at once. (To make sure data is not overwritten in both sheets as these cells
    > are llinked and would be very hard to undo)
    > Thanks in advance,
    > Rob


  3. #3
    RobW
    Guest

    RE: Stop user selecting more than one sheet at once?

    Tom,
    thanks but these cells do need to be overwitten, I just need to stop then
    both potentially being overwritten at once as they link to very different
    places. (the sheet is already protected except for these cells.)

  4. #4
    TomHinkle
    Guest

    RE: Stop user selecting more than one sheet at once?

    okay..

    Well? I don't know of a property (there may be one) BUT Recently, I did
    something that could work..

    The number of tabs in the workbook I was working on was getting rather
    large. So I made a user form. On that form I had a list of all the
    worksheets. When a user clicked on one it got the focus. You could use
    something like that and then hide the sheet on the deactivate event. maybe??

    *** displaying the user form I did it modeless (non-modal) so the list of
    sheets is always on the screen and they can work around it.

    "RobW" wrote:

    > Tom,
    > thanks but these cells do need to be overwitten, I just need to stop then
    > both potentially being overwritten at once as they link to very different
    > places. (the sheet is already protected except for these cells.)


  5. #5
    RobW
    Guest

    RE: Stop user selecting more than one sheet at once?

    sorry to put another dampener on you efforts but hiding a sheet is going to
    mean the graphs that are linked to it won't display when the sheet is hidden.


    "TomHinkle" wrote:

    > okay..
    >
    > Well? I don't know of a property (there may be one) BUT Recently, I did
    > something that could work..
    >
    > The number of tabs in the workbook I was working on was getting rather
    > large. So I made a user form. On that form I had a list of all the
    > worksheets. When a user clicked on one it got the focus. You could use
    > something like that and then hide the sheet on the deactivate event. maybe??
    >
    > *** displaying the user form I did it modeless (non-modal) so the list of
    > sheets is always on the screen and they can work around it.
    >
    > "RobW" wrote:
    >
    > > Tom,
    > > thanks but these cells do need to be overwitten, I just need to stop then
    > > both potentially being overwritten at once as they link to very different
    > > places. (the sheet is already protected except for these cells.)


  6. #6
    Tom Ogilvy
    Guest

    Re: Stop user selecting more than one sheet at once?

    So don't hide the sheet. Just change the focus/activesheet.

    --
    Regards,
    Tom Ogilvy


    "RobW" <[email protected]> wrote in message
    news:[email protected]...
    > sorry to put another dampener on you efforts but hiding a sheet is going

    to
    > mean the graphs that are linked to it won't display when the sheet is

    hidden.
    >
    >
    > "TomHinkle" wrote:
    >
    > > okay..
    > >
    > > Well? I don't know of a property (there may be one) BUT Recently, I did
    > > something that could work..
    > >
    > > The number of tabs in the workbook I was working on was getting rather
    > > large. So I made a user form. On that form I had a list of all the
    > > worksheets. When a user clicked on one it got the focus. You could use
    > > something like that and then hide the sheet on the deactivate event.

    maybe??
    > >
    > > *** displaying the user form I did it modeless (non-modal) so the list

    of
    > > sheets is always on the screen and they can work around it.
    > >
    > > "RobW" wrote:
    > >
    > > > Tom,
    > > > thanks but these cells do need to be overwitten, I just need to stop

    then
    > > > both potentially being overwritten at once as they link to very

    different
    > > > places. (the sheet is already protected except for these cells.)




+ 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