I'm sure it is but of course I've come to ask the experts ...
I have a table that is currently exported to a specific folder as an Excel document. Once that's done, I have to manually open the document, sort by patient account number (the account # tells me what facility they are from) and create 2 files (one for each facility), delete the header row and save each as a .csv
Is it possible to do all of this in VBA code so I don't have to do it manually?
I have a table that is currently exported to a specific folder as an Excel document. Once that's done, I have to manually open the document, sort by patient account number (the account # tells me what facility they are from) and create 2 files (one for each facility), delete the header row and save each as a .csv
Is it possible to do all of this in VBA code so I don't have to do it manually?