B
Bear
When I use Dialogs(wdDialogFileOpen).Name, a name with space characters in it
is returned in quotes. A single-string name is returned without quotes.
Does anyone have any optimized code they'd like to share to handle this
situation? All I can think of is to test the first character and od
Mid(.Name, 2, Len(.Name) - 2).
Is that about as good a way as any?
Bear
is returned in quotes. A single-string name is returned without quotes.
Does anyone have any optimized code they'd like to share to handle this
situation? All I can think of is to test the first character and od
Mid(.Name, 2, Len(.Name) - 2).
Is that about as good a way as any?
Bear