Is there a method using VBA to duplicate the Excel functions of left, mid, and right?

I have variable length strings that have a '/' in them such as "0.5/9".

I need to break them into two variables before and after the '/'.

How can this be done using VBA?