T
Todd Huttenstine
Below is a code that attaches "\My Stats.xls" to the end
of values in textbox6. It works fine, accept when a user
selects only a drive and then clicks OK. For example, if
I were to select the C drive it puts 2 // in front and
this makes the path invalid(C:\\My Stats.xls), however it
works fine if I select a drive and then a folder.
TextBox6.Value = GetDirectory & "\My Stats.xls"
How should I fix this?
Thank you
Todd Huttenstine
of values in textbox6. It works fine, accept when a user
selects only a drive and then clicks OK. For example, if
I were to select the C drive it puts 2 // in front and
this makes the path invalid(C:\\My Stats.xls), however it
works fine if I select a drive and then a folder.
TextBox6.Value = GetDirectory & "\My Stats.xls"
How should I fix this?
Thank you
Todd Huttenstine