Results 1 to 2 of 2

making macro run auto when a third part result is met

Threaded View

  1. #1
    Registered User
    Join Date
    11-13-2011
    Location
    Açores
    MS-Off Ver
    Excel 2007
    Posts
    3

    making macro run auto when a third part result is met

    hi
    I have some doubts with this code
     Private Sub Worksheet_Open()
    CopyRange
    End Sub
    
    Sub CopyRange()
    Dim X, MyString
    X = Range("N25")
    Range("C2").Copy Destination:=Range("S2")
    End Sub
    this macro only run manualy and i want it to run auto when i get a third part result
    f.e. when cell A8=5, run auto the macro

    thanks in advance
    Last edited by myboss; 11-14-2011 at 06:19 PM.

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