bassemjohn1
Board Regular
- Joined
- Jun 26, 2020
- Messages
- 51
- Office Version
- 2016
- Platform
- Windows
Hello All
so I need to sort my numbers in column K from Largest to smallest, the problem is I have another header in row 13 and it changes every month, what is the right VBA code to filter just the numbers and sort it from largest to smallest without messing with my headers in row 1 and 13.
so I need to sort my numbers in column K from Largest to smallest, the problem is I have another header in row 13 and it changes every month, what is the right VBA code to filter just the numbers and sort it from largest to smallest without messing with my headers in row 1 and 13.
1542001 - 2364001 Recon June- final 5.XLSX | ||||||
---|---|---|---|---|---|---|
K | N | |||||
1 | Amount in local currency | Eff.exchange rate | ||||
2 | -321.874 | 0.37706 | ||||
3 | -1,630.111 | 0.37701 | ||||
4 | -524.125 | 0.37701 | ||||
5 | -2,742.819 | 0.37700 | ||||
6 | -12,430.379 | 0.37700 | ||||
7 | -396.447 | 0.37700 | ||||
8 | 672.448 | 1.00000 | ||||
9 | ||||||
10 | ||||||
11 | ||||||
12 | ||||||
13 | Amount in local currency | Eff.exchange rate | ||||
14 | 1,630.111 | 0.37701 | ||||
15 | 321.874 | 1.00000 | ||||
16 | 524.189 | 0.37706 | ||||
17 | 2,742.819 | 0.37700 | ||||
18 | 12,442.980 | 0.37738 | ||||
19 | 396.513 | 0.37706 | ||||
BHR - BHC |