Hello,
I am working on a small piece of a larger project and am having issues getting it to work.
It is a public function with one required argument and one optional argument. It creates a new sheet named after the first REQUIRED argument, and places it at the end of all sheets if the second OPTIONAL argument is omitted, or if the second OPTIONAL argument is specified, places it after the sheet named by the second OPTIONAL argument.
It currently works when specifying both arguments, but I cannot figure out how to make it work when the optional argument is omitted.
Bookmarks