Hi all,
I want to be able to apply a dynamic conditional IF statement, for example;
conditional = "and Range("A30").Value = "60""
If ActiveCell.Value = 40 & conditional & then
'Do Something
End If
Is it possible for the above to work? I know it doesn't work as shown above so is there a workaround for it?
Thanks All!
Bookmarks