+ Reply to Thread
Results 1 to 3 of 3

What formula to transfer data from yesterdays s/s to todays?

  1. #1
    Peebody Brown
    Guest

    What formula to transfer data from yesterdays s/s to todays?

    I complete a daily spreadsheet that requires data from the previous days'
    spreadsheet. I want to be able to be able to create the next days sheet
    automatically. I have most of the formulas but the creation of the next days
    sheet with todays data in place is stumping me.
    Please help

  2. #2
    Forum Contributor
    Join Date
    06-10-2004
    Location
    India
    Posts
    1,066
    You may want to run this macro.

    Mangesh

  3. #3
    Mangesh Yadav
    Guest

    Re: What formula to transfer data from yesterdays s/s to todays?

    I forgot to paste the macro:

    Sub CopySheet()

    On Error GoTo Err_Handler
    copySht = InputBox("Sheet to be copied....")
    Sheets(copySht).Copy After:=Sheets(Sheets.Count)

    Err_Handler:
    MsgBox "The sheet you specified (" & copySht & ") probably doesn't
    exist"

    End Sub


    Mangesh



    "mangesh_yadav" <[email protected]>
    wrote in message
    news:[email protected]...
    >
    > You may want to run this macro.
    >
    > Mangesh
    >
    >
    > --
    > mangesh_yadav
    > ------------------------------------------------------------------------
    > mangesh_yadav's Profile:

    http://www.excelforum.com/member.php...o&userid=10470
    > View this thread: http://www.excelforum.com/showthread...hreadid=378174
    >




+ 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