+ Reply to Thread
Results 1 to 2 of 2

Copy number that changes daily with macro

  1. #1
    RoyC
    Guest

    Copy number that changes daily with macro

    I am attempting to write a macro that needs to copy a number (it changes
    daily). However, when I review the macro it only uses the initial number that
    I copied when I initially created the macro. Any suggestions

  2. #2
    Tom Ogilvy
    Guest

    Re: Copy number that changes daily with macro

    Worksheets("Sheet2").Range("B9").value _
    = Worksheets("Sheet1").Range("A1").Value

    will put the value from A1 on Sheet1 in B9 of sheet2.

    --
    Regards,
    Tom Ogilvy


    "RoyC" <[email protected]> wrote in message
    news:[email protected]...
    > I am attempting to write a macro that needs to copy a number (it changes
    > daily). However, when I review the macro it only uses the initial number

    that
    > I copied when I initially created the macro. Any suggestions




+ 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