View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
michelle_ho[_2_] michelle_ho[_2_] is offline
external usenet poster
 
Posts: 1
Default How to separate First name and Last Name

Suppose in cell D3, the value is "Christine White".

I have two variables, firstName and lastName as String.

How can I separate "Christine White", so that firstName = "Christine
and lastName = "White"??

Thx a lot

--
Message posted from http://www.ExcelForum.com