Named ranges and VBA

T

Timmy Mac1

If I have a cell in my spreadsheet named PICKVALUE and I wish t
reference it in a macro using the IF function (eg to get the macro t
do something if the value of PICKVALUE is above 2000) can I use th
name PICKVALUE without redefining it in VBA
 
Top