+ Reply to Thread
Results 1 to 3 of 3

Help:in editing code

Hybrid View

  1. #1
    Forum Expert
    Join Date
    07-15-2012
    Location
    Leghorn, Italy
    MS-Off Ver
    Excel 2010
    Posts
    3,431

    Re: Help:in editing code

    Function Alarm(cell, Condition)
        If Evaluate(cell.Value & Condition) Then
            msgbox "Bad"
            Alarm = True
        Else
            msgbox "Good"
            Alarm = False
        End If
    End Function
    If solved remember to mark Thread as solved

  2. #2
    Registered User
    Join Date
    03-12-2013
    Location
    London, England
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: Help:in editing code

    Thanks Patel45
    can I call picture file to show up?

+ 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