View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
techmoney techmoney is offline
external usenet poster
 
Posts: 2
Default Getting a Cell Value from another workbook

Will you please help me

I'm having a hard time declaring a variable from a cell value, from
from another workbook.

Dim iMax As Integer

iMax = Cell.Value(workbook.["Plans.xls"].Sheet("Nov").Range("c1"))

Thanks in advance