Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() In an Excel worksheet I define a cell name as Angle_L. How do I access the value of the cell with the name Angle_L in VBA code? In a worksheet I have defined a cell with the name Angle_L and put the value 10 into it. I run this code in a VBA macro Range("F2").Select ActiveCell.Value = Angle_L But the cell F2 is filled with the value 0, not the value contained in the cell named Angle_L. How can I get this to work? -- ChrisSroka ------------------------------------------------------------------------ ChrisSroka's Profile: http://www.excelforum.com/member.php...o&userid=29168 View this thread: http://www.excelforum.com/showthread...hreadid=488965 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Using Access in Excel VB Code | Excel Discussion (Misc queries) | |||
how to access macro code | Excel Programming | |||
Disable Access to VBA Code in XLS File? | Excel Programming | |||
Is there somewhere I can access Excel-VB code at once? | Excel Programming | |||
Where to put code for access by all workbooks | Excel Programming |