M
Matt
Thanks for your help in my last question Rdub, worked a treat.
Hi
This is similar to my last question, I am creating an excel document using
info from some database fields (part of code below). In the phContactName
field info is inputted as follows "name (other info)". I want to use the name
before the ( in the spreadsheet. Is there an easy way of doing this ?
Thanks
Matt
With xlSheet
.Cells(10, 1).Value = Me.phContactname
.Cells(27, 3).Value = Me.phAddress
.Cells(7, 3).Value = Me.phTown
End With
Hi
This is similar to my last question, I am creating an excel document using
info from some database fields (part of code below). In the phContactName
field info is inputted as follows "name (other info)". I want to use the name
before the ( in the spreadsheet. Is there an easy way of doing this ?
Thanks
Matt
With xlSheet
.Cells(10, 1).Value = Me.phContactname
.Cells(27, 3).Value = Me.phAddress
.Cells(7, 3).Value = Me.phTown
End With