+ Reply to Thread
Results 1 to 10 of 10

How to restrict view for users of a spreadsheet

Hybrid View

  1. #1
    Forum Expert
    Join Date
    02-19-2013
    Location
    India
    MS-Off Ver
    07/16
    Posts
    2,386

    Re: How to restrict view for users of a spreadsheet

    Hello IAN M and welcome to the forum !
    Open your spreadsheet and press alt+F11
    in the left hand side locate your workbook name then locate below Thisworkbook and double click the same a window will open then copy paste below
    and save workbook as macro enabled book
    Private Sub Workbook_BeforeClose(Cancel As Boolean)
     Application.DisplayFormulaBar = True
    End Sub
    
    Private Sub Workbook_Open()
     Application.WindowState = xlMaximized
        Application.DisplayFormulaBar = False
    End Sub
    Open the attachment press Alt+F11
    left hand side locate VBA Project(Protect.xlsm) below find thisworkbook double click and you will see the code

    to copy same in your workbook
    left hand side locate VBA Project(your workbook name ) below find thisworkbook double click and copy paste the same code
    save your workbook as macro enabled book

    click " * " add reputation icon if above helps you
    Attached Files Attached Files
    Last edited by hemesh; 02-09-2014 at 06:52 AM.
    -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    WANT TO SAY THANKS, HIT ADD REPUTATION (*) AT THE BOTTOM LEFT CORNER OF THE POST

    More we learn about excel, more it shows us, how less we know about it.

    for chemistry
    https://www.youtube.com/c/chemistrybyshivaansh

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. View a spreadsheet live with multiple users
    By antmcg12 in forum Excel General
    Replies: 0
    Last Post: 01-30-2013, 10:39 AM
  2. Restrict users to rows
    By TonySim in forum Excel General
    Replies: 7
    Last Post: 08-18-2009, 07:35 AM
  3. Replies: 1
    Last Post: 08-17-2006, 07:45 AM
  4. restrict users
    By Restricted user access for exel workbook in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 03-15-2006, 11:30 AM
  5. [SOLVED] Is there any way for me to allow or restrict individual users' ab.
    By hsobah in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-14-2005, 06:06 PM

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