I have a listing with three columns. i would like to select the middle value, not necessarily the median, of the three. If there are less than 3 values select the lowest value.
Set up like this:
Credit Scores Selection
Vendor 1 Vendor 2 Vendor 3
718...
Thanks to both of you for your help.
I added the code changes and when I run the macro it asks which month I am looking for, but it still does not open the selected workbook. I have attached the entire code for any thoughts.
Worksheets("Sheet1").Activate...
Thanks for the help, but something is not right. Could be the set up of the macro. (original below)
Worksheets("Sheet1").Activate
Worksheets("Sheet1").Cells.Clear
ChDir "H:\Treasury\Dept0034\Reporting\CMR Reports\Fy 2003"
Workbooks.Open...
Hello,
I have a macro created that imports information into my workbook from a file whose name changes monthly. I would like to have a msg box ask the user to input the month and year needed. The file name is "Amortizing Advances August 2003.xlw". I am thinking that the macro needs...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.