View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default recognizing names

Maybe...

if worksheets(i).range("quote_status").value = "Closed" then



vegetassj3 wrote:

I can't get my macro to recognize names i've given to cells i.e.

If Sheets(I).Names("Quote_Status") = "Closed" Then

it won't recognize Quote_Status as the name of a cell even though there is a
cell on the sheet specified (variable in this case) with that name.


--

Dave Peterson