Hello all,
I have a module that exports a query to Excel. It's a very nice little thing (thanks, in no small part, to the help I've gotten here). Anyway, I'd like to have a layer of formatting so that the first column is filtered (the little arrows show up without the user having to click on the top cell and click Formatting/Filter). How and where would I put that? I tried xlApp.Selection.AutoFilter and that's not it. Or maybe it is and I'm putting it in at the wrong step.
Thanks!
-Mya
I have a module that exports a query to Excel. It's a very nice little thing (thanks, in no small part, to the help I've gotten here). Anyway, I'd like to have a layer of formatting so that the first column is filtered (the little arrows show up without the user having to click on the top cell and click Formatting/Filter). How and where would I put that? I tried xlApp.Selection.AutoFilter and that's not it. Or maybe it is and I'm putting it in at the wrong step.
Thanks!
-Mya