Hi All

I’m trying to select cells in one column based on input values in another. The values are variable and could be input via a series of message boxes.

For example , in the first message box I would perhaps enter column B.

The next message box would ask lower and upper numbers. I might enter 25000 and 35000.

The last message box would ask for input of a second column. I might put column A.

The macro would then select the cells in A where the number is between 25000 and 35000 in column B.

Can someone suggest some code to satisfy this?

Grateful for any help.