View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default Take value from sheet

Hi
try
worksheets("sheetx").range("A1").value

Frank

Worksheets
TJF wrote:
How can I read value (for example A1) from sheet which is not active
now? But I dont want switch to this sheet. Of course in VB.

Tom