View Single Post
  #2   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?

CORRECTION:

Range("ceUserName").Value - is a value from a range on another sheet
(Sheet1). It is a simple named cell.

SHOULD HAVE READ:

Range("ceUserName").Value - is a value from a range on another sheet
(Sheet2). It is a simple named cell.