Change
    Dim WkPicN As String
    WkPicN = Range("I13")

by

Dim WkPicN As String
    WkPicN = Range("I13")
    If (Len(WkPicN) = 0) Then exitSub