Hi all,
I have written the following code and am unhappy with how slow it takes to process.
'Sorts transmitter by PSIA, PSI, in H2O, deg F
Sub TransmitterSort()
Dim countA As Integer, countI As Integer, countO As Integer, countF As Integer
Dim num_xmitters As Integer
Dim...