View Single Post
  #8   Report Post  
Posted to microsoft.public.excel.programming
Mike H Mike H is offline
external usenet poster
 
Posts: 11,501
Default VBA - Finding the odd one out

Sorry Dan

Lastrow as Long
C as Range

"dan dungan" wrote:

Hi Mike,

Using option explicit,

How would you define the variables?

Lastrow
c

Dan