When I look at devices and drives under this pc I can see local disk (c), DVD RW Drive (D), USB’s (E-H) and my phone.
In the code I do not see my phone listed there, is there anyway to make it show also.
Here is the code I am using
Excel 2003
In the code I do not see my phone listed there, is there anyway to make it show also.
Here is the code I am using
Excel 2003
Code:
Msg = "Select the directory. All subdirectories will be included."
Directory = GetDirectory(Msg)
If Directory = "" Then Exit Sub
If Right(Directory, 1) <> "\" Then Directory = Directory & "\"