+ Reply to Thread
Results 1 to 6 of 6

Static Date Stamp without using a macro?

  1. #1
    Registered User
    Join Date
    11-23-2010
    Location
    Los Angeles, CA
    MS-Off Ver
    Office 365
    Posts
    15

    Static Date Stamp without using a macro?

    Hello,

    I have a spreadsheet that multiple associates use to track the types of calls they recieve. Each day they email me these reports and I combine them into a single, weekly report. To get an idea of what the volumes are each day, I wanted to create a formula that would stamp the date in column H when a value is entered into column B. I want this date stamp to be static so that I can combine the spreadsheets later without worrying that these date stamps will change.

    I have seen the VB solution and while it does work, it triggers the Macro warning when the sheet is opened and we don't want to change the level of macro security. I tried using this formula:

    =IF(B2="","",IF(H2="",NOW(),H2))

    It works if I go to Tools, Options, Calculations Tab, and click the check box for Iteration. But when I completely close Excel and open it again, the Iteration box is no longer checked and the formula doesn't work.

    Here are my questions:

    Is there a way to have the sheet provide a static date stamp without using VB solution or macro? Can we get Excel to retain the Iteration flag so that it doesn't reset each day when you open Excel up again? Is there another solution that works seamlessly to provide this static date stamp without any input from the users and still allows other formulas to run?

    Any help is appreciated.

    Thanks,

    -Tom

  2. #2
    Forum Expert Domski's Avatar
    Join Date
    12-14-2009
    Location
    A galaxy far, far away
    MS-Off Ver
    Darth Office 2010
    Posts
    3,950

    Re: Static Date Stamp without using a macro?

    Never come across a non-vba solution that really works.

    Dom
    "May the fleas of a thousand camels infest the crotch of the person who screws up your day and may their arms be too short to scratch..."

    Use code tags when posting your VBA code: [code] Your code here [/code]

    Remember, saying thanks only takes a second or two. Click the little star to give some Rep if you think an answer deserves it.

  3. #3
    Registered User
    Join Date
    11-23-2010
    Location
    Los Angeles, CA
    MS-Off Ver
    Office 365
    Posts
    15

    Re: Static Date Stamp without using a macro?

    Is there a way to keep the iteration flag set when closing and reopening Excel?

    -Tom

  4. #4
    Forum Expert Domski's Avatar
    Join Date
    12-14-2009
    Location
    A galaxy far, far away
    MS-Off Ver
    Darth Office 2010
    Posts
    3,950

    Re: Static Date Stamp without using a macro?

    Iteration is an application level setting like Calculation and is controlled by the first workbook that you open during an Excel session. The only way to control it consistently is by using VBA again I think.

    Dom

  5. #5
    Registered User
    Join Date
    11-23-2010
    Location
    Los Angeles, CA
    MS-Off Ver
    Office 365
    Posts
    15

    Re: Static Date Stamp without using a macro?

    What are the options for keeping that Macro security warning from appearing every time? How does a macro become trusted so users do not need to adjust their security level? It's becoming increasingly apparent that I'll have to go back to the VBA solution.

    -Tom

  6. #6
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Static Date Stamp without using a macro?

    You can purchase a code-signing certificate from VeriSign or another provider, and then sign your code. The first time users open the file, they will be prompted whether to trust you, either just this once or forever. If they trust you forever, your macros will always be enabled.
    Entia non sunt multiplicanda sine necessitate

+ 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