I realize this code isn't terribly messy and so it probably isn't necessary, but is it possible to condense the lines
Select Case True
    Case Info.Feed Like "F#" Or Info.Feed Like "F##" Or Info.Feed like "F###"
        'stuff; Info is a class variable
    Case Else
        'there are more cases but this is all I need to keep things clear
End Select
into something without an Or?  To tell Excel that when I say #, that doesn't mean a one digit number necessarily?  
 
     
     
     
    