D
DZ
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
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