Hi,
First post !
I'm referencing a cell on a worksheet that will return the string format of a User Defined Type (UDT)
However - because of the string data type this is pretty useless as I can't access the value associated with this UDT.
So - Ideally somehow I have to convert the string to a UDT format so that I can access its value as follows:
Dim nmUDT
nmUDT = Range("InputRecord").Offset(intWrite - 1, 0)
Any ideas on this ?
Much obliged
ArtWork