View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Gregg[_4_] Gregg[_4_] is offline
external usenet poster
 
Posts: 17
Default How to reference in sheet module value on another sheet?

Ok, that makes sense. I thought I need to specify the worksheet, but
was stuck trying ...

Range("Worksheet1!ce*UserName").Value < "Joe" then

Thanks for the quick solution!!!