Question #2206
What will be the output of the following VBA code?<br>Sub test()<br>a = 'Computer operator'<br>Debug.Print left(a,10)<br>End sub
Explanation
No explanation provided.