+ Reply to Thread
Results 1 to 2 of 2

veryhidden sheet make restrictions ?!

  1. #1
    Marie J-son
    Guest

    veryhidden sheet make restrictions ?!

    Hi,

    I had a part of code using copy paste and got error all the time. Since I
    had the workbook protected, I tried with getting rid of the paste events
    with code below, but error remained.

    If Sheet120.Range("M115").Cells.Value = "ACCEPTED" Then
    Sheet120.Range(Cells(antRow, 1), Cells(antRow, 11)).Value =
    Sheet120.Range("A115:K115").Value
    End If

    Then I guessed as a longshot that it had something to do with I had the
    sheet as veryhidden as well and then it worked fine.

    It is obvious that was the trick, because making sheet visible is the only
    thing I changed, but I would like to have a confirmation from you genious.
    What more restrictions do you got when sheet = very hidden? I don't like
    surprises of this kind...

    Comments?

    /Regsrds





  2. #2
    Marie J-son
    Guest

    Re: veryhidden sheet make restrictions ?!

    Forget it, it was a strange problem I have to check more closely, I made a
    workaround for now.
    I'll be back with it in time

    /Regards.


    "Marie J-son" <[email protected]> skrev i meddelandet
    news:[email protected]...
    > Hi,
    >
    > I had a part of code using copy paste and got error all the time. Since I
    > had the workbook protected, I tried with getting rid of the paste events
    > with code below, but error remained.
    >
    > If Sheet120.Range("M115").Cells.Value = "ACCEPTED" Then
    > Sheet120.Range(Cells(antRow, 1), Cells(antRow, 11)).Value =
    > Sheet120.Range("A115:K115").Value
    > End If
    >
    > Then I guessed as a longshot that it had something to do with I had the
    > sheet as veryhidden as well and then it worked fine.
    >
    > It is obvious that was the trick, because making sheet visible is the only
    > thing I changed, but I would like to have a confirmation from you genious.
    > What more restrictions do you got when sheet = very hidden? I don't like
    > surprises of this kind...
    >
    > Comments?
    >
    > /Regsrds
    >
    >
    >
    >




+ 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