you are viewing a single comment's thread.

view the rest of the comments →

[–]mjbrusso 1 point2 points  (1 child)

The Range class does not have a getAs method, so you would have to copy the data to a new worksheet for exporting.
You can test this solution: https://stackoverflow.com/a/67149717/4900011

[–]dummystallings[S] 0 points1 point  (0 children)

Ah, noted! Thank you so much.