I have installed Excel 2016 on a new computer and when I run the following macro, the variable symBol does not
accept the value GDX. It just shows "" as the value. The macro works fine on another computer running Excel 2013.
<tbody>
Sub RunBTSlong()
Dim symBol As String
symBol = GDX...