Automate Google Sheet to get Google Map Travel Time and Distance

Automate Google Sheet to get Google Map Travel Time and Distance

Using the DirectionFinder class of Google Apps script, you get directions between locations from Google Maps. This class returns several details, including travel time and distance between the given two locations. In this tutorial, I will show you how to get Google Map Travel Tim and Distance to Google Sheets automatically using Google Apps Script. … Read more

Adding Prefix Text to Microsoft Word Heading Numbering

Adding Chapter Number, Custom Prefix to MS Word Headings

Sometimes you may need to customize Microsoft Word heading numbering and add some text as a prefix to the numbers. For example, you may need to change “1. Introduction” to “Chapter 1: Introduction” by adding the word “Chapter” as a prefix. Here I assume that you have already added numbered multilevel heading styles to your … Read more