How can I select cells using a variable ?
I have been trying to use this:
(h)is a variable, and yes, it does contain a value...

range (h).select
range ("h").select
range (h$).select
range ("h$").select

nothing seems to work.

Thanx in advance

Yoda Knight