View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ornit ornit is offline
external usenet poster
 
Posts: 1
Default getting values without using "select"

hello all
I have a question:
I'm trying to use values from different worksheets but I don't know ho
to do it without using the "select" command, I don't even know if it'
possible.

Here is an example:

Sheets("january").Select
Range("A12").Select
Selection.copy

Can I get the value without "selecting" it first?

thank

--
Message posted from http://www.ExcelForum.com