View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JMay JMay is offline
external usenet poster
 
Posts: 422
Default Setting CONST referencing a cell Value

I've been trying to enter

CONST celladdress as STRING = sheets("mysetup").Range("E13").value

' E13 on my sheet mysetup contains the value "G1" (without the
quotes)

I'can't seem to accomplish this. Am I doing something wrong?

TIA,

Jim