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.
[TABLE="width: 401"]
<tbody>[TR]
[TD]Sub RunBTSlong()
Dim symBol As String[/TD]
[/TR]
[TR]
[TD]symBol = GDX[/TD]
[/TR]
[TR]
[TD][/TD]
[/TR]
[TR]
[TD]Workbooks.Open Filename:= _[/TD]
[/TR]
[TR]
[TD] "http://www.marketwatch.com/investing/fund/" & symBol
End Sub[/TD]
[/TR]
</tbody>[/TABLE]
Can anybody help? Is there a setting that needs to be changed? Thanks in advance. Frank
accept the value GDX. It just shows "" as the value. The macro works fine on another computer running Excel 2013.
[TABLE="width: 401"]
<tbody>[TR]
[TD]Sub RunBTSlong()
Dim symBol As String[/TD]
[/TR]
[TR]
[TD]symBol = GDX[/TD]
[/TR]
[TR]
[TD][/TD]
[/TR]
[TR]
[TD]Workbooks.Open Filename:= _[/TD]
[/TR]
[TR]
[TD] "http://www.marketwatch.com/investing/fund/" & symBol
End Sub[/TD]
[/TR]
</tbody>[/TABLE]
Can anybody help? Is there a setting that needs to be changed? Thanks in advance. Frank
Last edited: