Rick:
Thanks! I adapted what you sent me (I was partially there, but making it very hard on myself, as I didn’t think in terms of working with the doc object and was trying to do everything at the cell level, rather than at the table level. Your approach is much better.
I needed only to make the top row into a heading row, so here is my resulting function (it may have a few more variables than required...). I’m not sure if it is absolutely required that the text but copied to the clipboard, then cut, but I’m doing both to be on the safe side. When I cut rows, don’t they always go on the clipboard? That’s what the documentation says under the Cut method… anyway, it’s good to be sure ☺
I still have to test it, but it looks good at this point. Thank you so much!
Ruth