View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default Getting a Cell Value from another workbook

Dim iMax As Integer

iMax = Workbooks("Plans.xls").Worksheets("Nov").Range("c1 ").Value


--

HTH

RP
(remove nothere from the email address if mailing direct)


"techmoney" wrote in message
m...
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