Hi
Could anyone help out with where this is going wrong?
I need to insert the formula to concatenate two table fields. For some reason I am failing to do this using VBA, whilst I can do it directly in the cell.
With Selection.Validation
.Delete
.Add Type:=xlValidateList, AlertStyle:=xlValidAlertStop, Operator:= _
xlBetween, Formula1:="=[@Question]&[@Answer]"
.. just can't seem to find the right combo of quotes / double quotes .. or am I just not in the right direction?
Any help v welcome and thank you
Could anyone help out with where this is going wrong?
I need to insert the formula to concatenate two table fields. For some reason I am failing to do this using VBA, whilst I can do it directly in the cell.
With Selection.Validation
.Delete
.Add Type:=xlValidateList, AlertStyle:=xlValidAlertStop, Operator:= _
xlBetween, Formula1:="=[@Question]&[@Answer]"
.. just can't seem to find the right combo of quotes / double quotes .. or am I just not in the right direction?
Any help v welcome and thank you