+ Reply to Thread
Results 1 to 4 of 4

Save a Workbook as "Read Only"

  1. #1
    Budget Programmer
    Guest

    Save a Workbook as "Read Only"

    Hello,
    I have a macro that creates and report in a workbook. Works fine. I place
    it on the shared drive, no problem. However, once it's there (or As it's
    being saved), I'd like to have the "windows" property of "Read Only"
    selected. How would I go about that from Excel VBA?
    Thanks for your help.
    --
    Programmer on Budget

  2. #2
    Dave Peterson
    Guest

    Re: Save a Workbook as "Read Only"

    How about just using windows explorer to do it?

    Open windows explorer
    and with that file closed
    rightclick on it, choose properties and on the general tab mark it readonly.

    Another alternative is to:
    file|SaveAs|General options (top left corner)
    Give it a password to modify.

    The users will be prompted each time it opens with that second suggestion.

    Budget Programmer wrote:
    >
    > Hello,
    > I have a macro that creates and report in a workbook. Works fine. I place
    > it on the shared drive, no problem. However, once it's there (or As it's
    > being saved), I'd like to have the "windows" property of "Read Only"
    > selected. How would I go about that from Excel VBA?
    > Thanks for your help.
    > --
    > Programmer on Budget


    --

    Dave Peterson

  3. #3
    Budget Programmer
    Guest

    Re: Save a Workbook as "Read Only"

    Hi Dave,
    I know how to do it manually. I'm looking for a way to do that from the
    same VBA program that creates the spreadsheet. Is there some way to code
    this?
    Thanks again for your help.
    --
    Programmer on Budget


    "Dave Peterson" wrote:

    > How about just using windows explorer to do it?
    >
    > Open windows explorer
    > and with that file closed
    > rightclick on it, choose properties and on the general tab mark it readonly.
    >
    > Another alternative is to:
    > file|SaveAs|General options (top left corner)
    > Give it a password to modify.
    >
    > The users will be prompted each time it opens with that second suggestion.
    >
    > Budget Programmer wrote:
    > >
    > > Hello,
    > > I have a macro that creates and report in a workbook. Works fine. I place
    > > it on the shared drive, no problem. However, once it's there (or As it's
    > > being saved), I'd like to have the "windows" property of "Read Only"
    > > selected. How would I go about that from Excel VBA?
    > > Thanks for your help.
    > > --
    > > Programmer on Budget

    >
    > --
    >
    > Dave Peterson
    >


  4. #4
    Dave Peterson
    Guest

    Re: Save a Workbook as "Read Only"

    Take a look at SetAttr in VBA's help.



    Budget Programmer wrote:
    >
    > Hi Dave,
    > I know how to do it manually. I'm looking for a way to do that from the
    > same VBA program that creates the spreadsheet. Is there some way to code
    > this?
    > Thanks again for your help.
    > --
    > Programmer on Budget
    >
    > "Dave Peterson" wrote:
    >
    > > How about just using windows explorer to do it?
    > >
    > > Open windows explorer
    > > and with that file closed
    > > rightclick on it, choose properties and on the general tab mark it readonly.
    > >
    > > Another alternative is to:
    > > file|SaveAs|General options (top left corner)
    > > Give it a password to modify.
    > >
    > > The users will be prompted each time it opens with that second suggestion.
    > >
    > > Budget Programmer wrote:
    > > >
    > > > Hello,
    > > > I have a macro that creates and report in a workbook. Works fine. I place
    > > > it on the shared drive, no problem. However, once it's there (or As it's
    > > > being saved), I'd like to have the "windows" property of "Read Only"
    > > > selected. How would I go about that from Excel VBA?
    > > > Thanks for your help.
    > > > --
    > > > Programmer on Budget

    > >
    > > --
    > >
    > > Dave Peterson
    > >


    --

    Dave Peterson

+ 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