Hello, I am using Google docs and find my self having to create a list of dates in a document each month. wit the below format (Date skip 2 lines next date, for the whole month). Is there a macro I can program that can automate that for me?
This could be an interesting topic, as I imagine there are about 400 ways to do this :).
The example I'm posting is almost assuredly not the best way to get it done, but it works and doesn't use any shell scripts or Perl, JavaScript, etc.—I suspect either of the latter two will provide a much more efficient way to get this done.
With that said, this seems to work, and accounts for leap year days in February.
And if all you want to do is insert the text in the app you're in, and you don't really need it on the clipboard, you can replace the above with an Insert Text by Typing, and in the box in that action, just put %Variable%local_theFinalText%. That'll put it into the document you're in without changing the clipboard. (Or if you use Insert Text by Pasting, it will put it in the document and on the clipboard.)