+ Reply to Thread
Results 1 to 4 of 4

Prevent user from renaming worksheet tabs

  1. #1
    Forum Contributor
    Join Date
    01-07-2004
    Posts
    192

    Prevent user from renaming worksheet tabs

    I want to disallow users from double clicking to rename worksheet tabs. Is there any way of doing this?

  2. #2
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    Hi,

    "You could use tools/protection/protect workbook/structure. Or you could
    check out Code Names in VBA help - they can be used regardless of the
    tab name."

    VBA Noob

  3. #3
    Valued Forum Contributor
    Join Date
    12-16-2004
    Location
    Canada, Quebec
    Posts
    363
    Hi

    As VBA Noob suggested

    Sub auto_open()
    ActiveWorkbook.Protect Structure:=True, Windows:=False, Password:="Denis"
    End Sub

  4. #4
    Forum Contributor
    Join Date
    01-07-2004
    Posts
    192

    Thank you

    Thank you guys! It's working perfectly

+ 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