Web Development
gisws.txt
Associated article: GIS Web Services and Microsoft Word
Tags: Web Development
Published source code accompanying the article by Keith Bugg in which he presents a that lets you embed a map into a Microsoft Word document. Also see GISWS.ZIP.
GIS Web Services and Microsoft Word by Keith Bugg Example 1: sSelection = Selection iStart = Selection.Range.Start ' save the highlighted address iEnd = Selection.Range.End Example 2: sSelection = Selection iStart = Selection.Range.Start iEnd = Selection.Range.End iLastChar = Asc(Mid(sSelection, (...


