I have a FileListBox (I've been on this for too long!).
I want to do that when I click on one item in the FileListBox, to show the filename in the Me.Caption.
I know, this is too easy:
Code:
Me.Caption = File1.filename
But the thing is that it shows the extension too. I don't want that...
Any ideas?