Category Archives: Google Earth

No Thumbnail

Open Google Earth Using VBA for Access. Google Earth API

This article explains how you can use VBA for Access to open google earth. Note: The google earth API will only be available if you have Google Earth installed on your computer. The first step would be to add reference to the Google Earth 1.0 Type Library. Note the

No Thumbnail

VB.Net Open Google Earth (Google Earth API)

This article explains how you can use VB.Net to open google earth. Note: The google earth API will only be available if you have Google Earth installed on your computer. The first step would be to add reference to the Google Earth 1.0 Type Library. Note the version might

No Thumbnail

VBA Excel, Hyperlink to Google Earth (Google Earth API)

This article explains how you can create a hyperlink in Excel to a google earth location. When the user clicks on the hyperlink google earth will launch and move to the specified location. In the figure below you can see the excel sheet with the hyperlinks: In

No Thumbnail

Open KML File Using VBA for Excel (Google API)

This article explains how you can use VBA for Excel to open a KML File. Note: The google earth API will only be available if you have Google Earth installed on your computer. The first step would be to add reference to the Google Earth 1.0 Type Library. Note

No Thumbnail

Open Google Earth Using VBA for Excel. Google Earth API

This article explains how you can use VBA for Excel to open google earth. Note: The google earth API will only be available if you have Google Earth installed on your computer. The first step would be to add reference to the Google Earth 1.0 Type Library. Note

No Thumbnail

Access VBA, Get KML File Data (Google Earth API)

This article explains how to get data from a KML file using VBA for Access. KML files are basically XML files, therefor the process is basically the same as getting data from any other XML File. The method uses the MSXML object. I’ve explained how

No Thumbnail

VB.Net Open KML File (Google API)

This article explains how you can use VB.Net to open a KML File. Note: The google earth API will only be available if you have Google Earth installed on your computer. The first step would be to add reference to the Google Earth 1.0 Type Library. Note the version might

No Thumbnail

Open KML File Using VBA for Access(Google API)

This article explains how you can use VBA for Access to open a KML File. Note: The google earth API will only be available if you have Google Earth installed on your computer. The first step would be to add reference to the Google Earth 1.0 Type Library. Note the

No Thumbnail

Excel VBA, Get KML File Data (Google Earth API)

This article explains how to get data from a KML file using VBA for Excel. KML files are basically XML files, therefor the process is basically the same as getting data from any other XML File. – Method 1: This method is the same as