bpeirson
Structural
- Apr 7, 2003
- 147
I searched the archives and found function ShowOpen() and function ShowSave() by CajunCenturion in thread766-100581 (Aug 2004). Both work great with a slight modification;
must read
on my system.
How do I extract the filename from ShowOpen() without the entire path included in the string? I will post the code if required.
Code:
.tLng_hWndOwner = Me.hWnd
.tLng_hInstance = App.hInstance
Code:
.tLng_hWndOwner = Application.hWnd
.tLng_hInstance = Application.hInstance
How do I extract the filename from ShowOpen() without the entire path included in the string? I will post the code if required.