Forum Discussion

icar1udm211990's avatar
icar1udm211990
Copper Contributor
Nov 28, 2021

Operator & in VBA badfunction

The operator & have problems with strings.  Look at the macro: Sub test( wsimple): wsimple = "T" & "W": End sub. The result of the variable simple must be "TW" but the result was nothing. ¿ May you...

Resources