Can someone please help me? I have a Label1.Caption that is set = to a textbox (TextBox1) on my form. The value in the textbox is "c:\myfiles\The Matrix.doc" I want to set the value of my Label1.Caption equal to just "The Matrix". I think I can do something like this....

label1.Caption = Left(TextBox1, "/") and then just trim off the ".doc" and the file path info?

Thanks in advance for any help!!!