christian2016
Board Regular
- Joined
- Oct 6, 2016
- Messages
- 123
Hi Guys,
Not sure why I can't use the and in my Case. I get a run-time error 13.
Any help is greatly appreciated.
Thanks
Not sure why I can't use the and in my Case. I get a run-time error 13.
Any help is greatly appreciated.
Thanks
VBA Code:
ConfigType = LCase(Config_Cells.Offset(0, Partner - 5))
ConfigValues = Config_Cells.Offset(0, Partner - 4)
Select Case ConfigType
Case "formula" And ConfigHeading = "test"
End Select