Results 1 to 11 of 11

Thread: Solved: Function and loop triggered when input hasn't changed

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #3
    VBAX Tutor
    Joined
    Jun 2012
    Posts
    264
    Location
    Quote Originally Posted by snb
    Why using a function ?

    [vba]Sub M_snb()
    On Error Resume Next
    MsgBox Sheets(1).Cells.Find("hhh", , xlValues, 1).Address
    End Sub[/vba]
    Thanks snb/Paul,

    I am using it in formulas, see attached spreadsheet.

    Regards,
    vanhunk
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •