I have a Define Name variable in one of my worksheets. It's called Cur_Month. I want to use it in my VBA procedure. I tried to use something like

i = Cur_Month

but it did not recognize Cur_Month.

Thanks.