Hi,
I would like to browse my computer and insert the filename into TextBox1. I use this:
VedleggFil = Application.GetOpenFilename()
Rapport_VedleggForm.TextBox1.Value = VedleggFil
The problem is that it inserts the whole path when I only want the filename. Anyone knows how to fix that?