+ Reply to Thread
Results 1 to 6 of 6

Signatures

  1. #1
    Jasmine
    Guest

    Signatures

    I am trying to figure out a way to let users "sign" an spreadsheet for
    approval. We could accept them typing there initials in a cell, but we need
    to authenticate that it was that person. Is there any way to do this?
    Thanks!

  2. #2
    Bob Phillips
    Guest

    Re: Signatures

    Get the login id and put it in yourself, they get no option

    Range("A1").Value = Environ("UserName")
    Range("B1").Value = Form at(Now, "dd mmm yyyy hh:mm:ss")

    --
    HTH

    Bob Phillips

    "Jasmine" <Jasmine@discussions.microsoft.com> wrote in message
    news:A02AFD76-ECFF-4857-B944-92A59E676A88@microsoft.com...
    > I am trying to figure out a way to let users "sign" an spreadsheet for
    > approval. We could accept them typing there initials in a cell, but we

    need
    > to authenticate that it was that person. Is there any way to do this?
    > Thanks!




  3. #3
    Jasmine
    Guest

    Re: Signatures

    I am new to macros, how exactly does this work? Thank you!

    "Bob Phillips" wrote:

    > Get the login id and put it in yourself, they get no option
    >
    > Range("A1").Value = Environ("UserName")
    > Range("B1").Value = Form at(Now, "dd mmm yyyy hh:mm:ss")
    >
    > --
    > HTH
    >
    > Bob Phillips
    >
    > "Jasmine" <Jasmine@discussions.microsoft.com> wrote in message
    > news:A02AFD76-ECFF-4857-B944-92A59E676A88@microsoft.com...
    > > I am trying to figure out a way to let users "sign" an spreadsheet for
    > > approval. We could accept them typing there initials in a cell, but we

    > need
    > > to authenticate that it was that person. Is there any way to do this?
    > > Thanks!

    >
    >
    >


  4. #4
    Bob Phillips
    Guest

    Re: Signatures

    Hi Jasmine,

    What event would trigger the signing, a change in (a certain) cell(s),
    closing the workbook, or what?

    --
    HTH

    Bob Phillips

    "Jasmine" <Jasmine@discussions.microsoft.com> wrote in message
    news:CC61C98F-F25A-4E62-89FF-5234ABE81F6C@microsoft.com...
    > I am new to macros, how exactly does this work? Thank you!
    >
    > "Bob Phillips" wrote:
    >
    > > Get the login id and put it in yourself, they get no option
    > >
    > > Range("A1").Value = Environ("UserName")
    > > Range("B1").Value = Form at(Now, "dd mmm yyyy hh:mm:ss")
    > >
    > > --
    > > HTH
    > >
    > > Bob Phillips
    > >
    > > "Jasmine" <Jasmine@discussions.microsoft.com> wrote in message
    > > news:A02AFD76-ECFF-4857-B944-92A59E676A88@microsoft.com...
    > > > I am trying to figure out a way to let users "sign" an spreadsheet for
    > > > approval. We could accept them typing there initials in a cell, but we

    > > need
    > > > to authenticate that it was that person. Is there any way to do this?
    > > > Thanks!

    > >
    > >
    > >




  5. #5
    Jasmine
    Guest

    Re: Signatures

    That works perfectly. I put a button on the page and assigned it to that.
    Thank you so much for your help!!!

    "Bob Phillips" wrote:

    > Hi Jasmine,
    >
    > What event would trigger the signing, a change in (a certain) cell(s),
    > closing the workbook, or what?
    >
    > --
    > HTH
    >
    > Bob Phillips
    >
    > "Jasmine" <Jasmine@discussions.microsoft.com> wrote in message
    > news:CC61C98F-F25A-4E62-89FF-5234ABE81F6C@microsoft.com...
    > > I am new to macros, how exactly does this work? Thank you!
    > >
    > > "Bob Phillips" wrote:
    > >
    > > > Get the login id and put it in yourself, they get no option
    > > >
    > > > Range("A1").Value = Environ("UserName")
    > > > Range("B1").Value = Form at(Now, "dd mmm yyyy hh:mm:ss")
    > > >
    > > > --
    > > > HTH
    > > >
    > > > Bob Phillips
    > > >
    > > > "Jasmine" <Jasmine@discussions.microsoft.com> wrote in message
    > > > news:A02AFD76-ECFF-4857-B944-92A59E676A88@microsoft.com...
    > > > > I am trying to figure out a way to let users "sign" an spreadsheet for
    > > > > approval. We could accept them typing there initials in a cell, but we
    > > > need
    > > > > to authenticate that it was that person. Is there any way to do this?
    > > > > Thanks!
    > > >
    > > >
    > > >

    >
    >
    >


  6. #6
    Bob Phillips
    Guest

    Re: Signatures

    Hi Jasmine,

    I was suggesting an automatic way of signing, not needing your user to do
    anything.

    --
    HTH

    Bob Phillips

    "Jasmine" <Jasmine@discussions.microsoft.com> wrote in message
    news:90AD0C98-2E9B-4ABA-830C-457EDB44D2DD@microsoft.com...
    > That works perfectly. I put a button on the page and assigned it to that.
    > Thank you so much for your help!!!
    >
    > "Bob Phillips" wrote:
    >
    > > Hi Jasmine,
    > >
    > > What event would trigger the signing, a change in (a certain) cell(s),
    > > closing the workbook, or what?
    > >
    > > --
    > > HTH
    > >
    > > Bob Phillips
    > >
    > > "Jasmine" <Jasmine@discussions.microsoft.com> wrote in message
    > > news:CC61C98F-F25A-4E62-89FF-5234ABE81F6C@microsoft.com...
    > > > I am new to macros, how exactly does this work? Thank you!
    > > >
    > > > "Bob Phillips" wrote:
    > > >
    > > > > Get the login id and put it in yourself, they get no option
    > > > >
    > > > > Range("A1").Value = Environ("UserName")
    > > > > Range("B1").Value = Form at(Now, "dd mmm yyyy hh:mm:ss")
    > > > >
    > > > > --
    > > > > HTH
    > > > >
    > > > > Bob Phillips
    > > > >
    > > > > "Jasmine" <Jasmine@discussions.microsoft.com> wrote in message
    > > > > news:A02AFD76-ECFF-4857-B944-92A59E676A88@microsoft.com...
    > > > > > I am trying to figure out a way to let users "sign" an spreadsheet

    for
    > > > > > approval. We could accept them typing there initials in a cell,

    but we
    > > > > need
    > > > > > to authenticate that it was that person. Is there any way to do

    this?
    > > > > > Thanks!
    > > > >
    > > > >
    > > > >

    > >
    > >
    > >




+ 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