• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!

test please delete

Collapse
This is a sticky topic.
X
X
  •  
  • Filter
  • Time
  • Show
Clear All
new posts

    Ignore the below

    Code:
    Sub FindDate()
    
    For Each cell In ActiveSheet.Range("c2:zz3")
        If cell.Value = [Today()] Then
        cell.Select
        End If
    Next
    
    End Sub
    Bit of VB I need for a macro on an excel spreadsheet I use, but can't email it to myself
    Originally posted by Stevie Wonder Boy
    I can't see any way to do it can you please advise?

    I want my account deleted and all of my information removed, I want to invoke my right to be forgotten.

    Comment


      Originally posted by BrilloPad View Post
      So when are we doing lunch again? Next week?
      Ola, cant do Tuesday, otherwise all-clear, whens good for you?

      Comment


        Originally posted by SimonMac View Post
        Found your passport yet?
        Nope. New one is being ordered this weekend...
        merely at clientco for the entertainment

        Comment


          Originally posted by DaveB View Post
          You know you're getting old when you take pain killers for one thing and notice all the other things that stop aching
          Too right

          Comment


            Originally posted by SimonMac View Post
            Ignore the below

            Code:
            Sub FindDate()
            
            For Each cell In ActiveSheet.Range("c2:zz3")
                If cell.Value = [Today()] Then
                cell.Select
                End If
            Next
            
            End Sub
            Bit of VB I need for a macro on an excel spreadsheet I use, but can't email it to myself
            Should have posted it in Technical

            Comment


              Originally posted by NickFitz View Post
              Should have posted it in Technical
              People might actually see it in there!
              Originally posted by Stevie Wonder Boy
              I can't see any way to do it can you please advise?

              I want my account deleted and all of my information removed, I want to invoke my right to be forgotten.

              Comment


                Originally posted by eek View Post
                Nope. New one is being ordered this weekend...
                Mrs Eek has finished tidying up again. No god of irony in sight....
                merely at clientco for the entertainment

                Comment


                  Originally posted by SimonMac View Post
                  Ignore the below

                  Code:
                  Sub FindDate()
                  
                  For Each cell In ActiveSheet.Range("c2:zz3")
                      If cell.Value = [Today()] Then
                      cell.Select
                      End If
                  Next
                  
                  End Sub
                  Bit of VB I need for a macro on an excel spreadsheet I use, but can't email it to myself

                  May I suggest that, if you wish to stop when 'Today' is reached, you consider an 'Exit For'

                  Comment


                    Originally posted by mudskipper View Post
                    May I suggest that, if you wish to stop when 'Today' is reached, you consider an 'Exit For'
                    You can suggest what ever you like sweeite, doesn't mean I will understand it

                    This was created the same way every other bit of "coding" I have ever done, by reverse engineering something else so it does what I need it to do!
                    Originally posted by Stevie Wonder Boy
                    I can't see any way to do it can you please advise?

                    I want my account deleted and all of my information removed, I want to invoke my right to be forgotten.

                    Comment


                      Originally posted by SimonMac View Post
                      You can suggest what ever you like sweeite, doesn't mean I will understand it

                      This was created the same way every other bit of "coding" I have ever done, by reverse engineering something else so it does what I need it to do!
                      Well it does it, but not as efficiently as it could do it.....
                      merely at clientco for the entertainment

                      Comment

                      Working...
                      X