Search:

Type: Posts; User: Ryanblades

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    580

    Re: Excel Looping Macro

    Thank you Phill

    I was able to get help with this from another website also their response was this (for future reference to other users)

    Sub Test()
    Dim I As Long

    For I = 2 To 6000
    ...
  2. Replies
    2
    Views
    580

    Excel Looping Macro

    Hello all,

    I am in need of looping the macro code below

    Sub Test()
    If Range("D2") = "Secondary" Then Range("J2,I2,R2,S2,T2").ClearContents
    End Sub

    The code above works great for the one...
Results 1 to 2 of 2



Click Here to Expand Forum to Full Width