I'm looking for way around getting multiple values set to one variable declared as String. Following codes might give you a glimpse of what I'm looking for
Dim Name as string
Name = value1 or value2 or value3
If range("A1"). Value = Name then
Activecell.entirecolumn.delete
End If
,between your var then use a loop to check if the word between the,is the work you're looking for