D
Dan
I need to have it search until it finds the quotation mark?
This is what I have and it work for eveything excep a quotation mark(").
MsgBox Left(Me.Height, (InStr(1, Me.Height, " Quotation Mark")) - 1)
This is what I have and it work for eveything excep a quotation mark(").
MsgBox Left(Me.Height, (InStr(1, Me.Height, " Quotation Mark")) - 1)