Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
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
  #2   Report Post  
Posted to microsoft.public.excel.programming
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



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Finding a Workbook based on a Cell information in another Workbook Walter Excel Worksheet Functions 1 October 10th 09 08:46 AM
linked workbook cell returns 0 is source workbook cell is blank? Syd[_2_] Excel Worksheet Functions 4 April 13th 09 07:49 PM
Refresh pivot table in workbook A when changing a cell in workbook gildengorin Excel Worksheet Functions 2 March 17th 09 04:59 PM
pulling color from cell of workbook to another linked workbook Sunshine Excel Discussion (Misc queries) 5 September 28th 07 12:42 PM
automatically move cell data in 1 workbook to another workbook Genesis Excel Worksheet Functions 1 November 5th 06 07:35 PM


All times are GMT +1. The time now is 08:44 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"