View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Wigi Wigi is offline
external usenet poster
 
Posts: 396
Default Range with a variable

Something like this?

Set d = Range("A" & b, "C" & f)

and b and f are numbers. CHange to suit.

--
Wigi
http://www.wimgielis.be = Excel/VBA, soccer and music


"Animal via OfficeKB.com" wrote:

Hello there,

Can't understand why I can't find the solution to thins simple problem
anywhere.

Set d = Range("Year:" & c.Offset(-1, 0)).Find(Range("ReportYear"),
LookIn:=xlValues)

I don't know how to wright the syntax for a range which uses a variable. Must
be a common problem or? It workes when I do like this:
b = 1
Set d = Range("A" & b)
But when i want a range from "a" to "b" and use the symbol of ":" it doesn't
work.

Can someone help me please, I get an error all the time.
/Animal

--
Message posted via http://www.officekb.com