View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default Reading a cell content and using it later

Dim V as Variant
V=myRef.Value
--
Gary''s Student - gsnu2007a


"Tom" wrote:

I have a reference cell, myRef. How can I :
1. Read its content which is either a text or a number?
2. Use this value elsewhere later?
Thanks for any suggestions.

Tom