View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Need Help Fast![_2_] Need Help Fast![_2_] is offline
external usenet poster
 
Posts: 25
Default Defining a range in vba???? Please help

I have multiple ranges in a spreadsheet. The problem is I want to define
them, and use them in a function in vba. I do not want the cells that are
zero or smaller to be included in the range when the range is being used in
the function. I was wondering if it is possible to say like if range(A1:B200)
0 then range(A1:B200) = rngtemp. Can someone help? Thanks