I have a simple 30x30 table of data in excel, complete with row and column headings, I created VBA code so the user can select any range within data table and store their selection as a range, now I want to use that selected range to gather/lookup/find (via VBA code) the corresponding row and column headers and store those as ranges.
All so I can execute code for linear interpolation. Any suggestions would greatly appreciated.
Comments
Post a Comment