Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to access the value in a single cell that is a named range.
Code: If Workbooks(Current).Names("UpDate_File_Name1").Valu e = "Save to" then .... When I debug the .Value I get the cell address not the cell value; in this case: =Setup!$C$3 instead of "Save to" which is the value in the cell. I can do: If Activeworkbook.Worksheets("Setup").cells(3,3).valu e = "Save to" then... or If Workbooks(Current).Worksheets("Setup").Cells(3, 3).Value = "Save to" then... and get the Value to be: "Save to" I would like to use Named ranges in the VBA code. Ken |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
2 excel workbooks open up from 1 file; named :1 and :2 - why? | Excel Discussion (Misc queries) | |||
Link to Access & Named Range | Excel Worksheet Functions | |||
Named Range: Same Names, Multiple Workbooks with Same Sheet Name | Excel Discussion (Misc queries) | |||
Strange named range issue with multiple workbooks | Excel Discussion (Misc queries) | |||
Get the name of all workbooks open from access | Excel Programming |