Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi All,
Using Excel 2003 with XP. I am learning quite a bit about range names as applied on the sheets with the help of many of you MVPs. But... i am trying to learn how to manipulate with VBA. Below is the code which kind of works having created the range name first. I would like to work with strings and dates and numerics and am getting really stuck. Maybe even if u could point me to a website. Thks. Rgds KZ. Sub tryRN_FirstNames() Dim sFN sFN = Names.Item("rnFName") MsgBox sFN sFN = "XYZ" Names.Item("rnFName").RefersTo = sFN sFN = Names.Item("rnFName") MsgBox sFN sFN = "ABC" Names.Item("rnFName").RefersTo = sFN sFN = Names.Item("rnFName") MsgBox sFN End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
nightmare formula | Excel Worksheet Functions | |||
Another Exciting Data Table Question!!!! | Charts and Charting in Excel | |||
IF Statement nightmare | Excel Discussion (Misc queries) | |||
New exciting : Infra-Red reader | Excel Programming |