Reuters

You can change Reuters updating method using these routines.

Normally you would go through the Reuters menu system but these allow you to have buttons on your spreadsheets.

Sub Live_Feeds()
	res = Application.Run("RtUpdateMode", "UPDATE:ALWAYS")
End Sub

Sub Man_Update()
	res = Application.Run("RtUpdateMode", "UPDATE:ON DEMAND")
End Sub

These are not from Reuters, neither are they supported by Reuters..

Published: 28-Nov-2004
Last edited: 05-Jun-2005 19:28