mhdakhtar8
New Member
- Joined
- Feb 4, 2013
- Messages
- 36
Hi,
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
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