View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
KWhamill KWhamill is offline
external usenet poster
 
Posts: 24
Default Code is skipping stepps

Apparently I have told the Code to skip this step I just don't know what i
did wrong:

With Worksheets("Entries").Rows("1:7")
Set Crnc = .Find(what:="Currency", LookIn:=xlValues)
If Crnc Is Nothing Then
GoTo Vlbl <--------It goes straight here
Curr <------This is the Sub it's skipping
End If
End With