+ Reply to Thread
Results 1 to 2 of 2

how do you make macro run across protected sheets

  1. #1
    ace
    Guest

    how do you make macro run across protected sheets

    how do you make macro run across protected sheets

  2. #2
    Tim Otero
    Guest

    Re: how do you make macro run across protected sheets

    Ace you would need to unprotect them in your code. Of course, this will
    only work if you know the password (or there is not a password). It
    would look something like this:

    Activeworkbook.unprotect(password)

    ace wrote:
    > how do you make macro run across protected sheets


+ 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