G
GaryJsdad
I want to help tweak a small VBA template that has been developed for
work and would appreciate some pointers to get me started.
The template includes a user form with a series of edit boxes. The
file is named based on a combination of two fields. That works
perfectly so far.
For reasons I don't clearly understand, the files must be saved in
folders based on alphabetization. That is to say, a file named
smith123 would need to be in the folder named "S". It gets a bit more
specific in that they have broken down each letter as well so that the
"S" folder has sub-folders named "SA-SD", "SE-SM" etc.... The biggest
problem of course is that users are not always getting the files in
the proper location.
I've never had to work on a project that I had to match the first few
letters of a variable. Any pointers to get me started would be
appreciated.
Gary
work and would appreciate some pointers to get me started.
The template includes a user form with a series of edit boxes. The
file is named based on a combination of two fields. That works
perfectly so far.
For reasons I don't clearly understand, the files must be saved in
folders based on alphabetization. That is to say, a file named
smith123 would need to be in the folder named "S". It gets a bit more
specific in that they have broken down each letter as well so that the
"S" folder has sub-folders named "SA-SD", "SE-SM" etc.... The biggest
problem of course is that users are not always getting the files in
the proper location.
I've never had to work on a project that I had to match the first few
letters of a variable. Any pointers to get me started would be
appreciated.
Gary