So I am trying to display a file name in a textbox, without the extension. Here is the code I am using to display the file name:

[VBA]Me.TextBox1 = activedocument.name[/VBA]

It shows up with the extension. Any ideas on how to get rid of it?

thanks,
Matt