Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
I want to create three user defined functions 1. FirstName 2. MiddleInitial 3. LastName so that a user can use them by selecting the function(s) from the Paste Function Dialog and then simply selecting a cell reference that contains the full name. I already know how to create the function arguments as follows Function FirstName (FulNameCell as range) Code---------------------- End Function I need the complete code to get the first name etc Also Function Middleinitial (FulNameCell as range) Code---------------------- End Function Function LastName (FulNameCell as range) Code---------------------- End Function Thanks alot for help with this. DZ |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
User Defined Functions | Excel Programming | |||
How do i separate full names appearing in single cells? | Excel Worksheet Functions | |||
User Defined Functions - Help Text - Make it Easy for the User | Excel Programming | |||
user defined functions | Excel Programming | |||
excel functions and User defined functions | Excel Programming |