Re: Replacement Open Menu.
good thing thegratone, but there is one bug in that,
VB Code:
Private Sub DriveList_Change()
On Error GoTo Err
FileList.FileName = DriveList.Drive 'dont you think it should be
'[b]Dir1.path = DriveList.Drive[/b]
Exit Sub
Err:
If Err.Number = 68 Then MsgBox "Device not ready"
End Sub
Re: Replacement Open Menu.
Wow, thanks Harsh, how did i miss that (Feeling embarrassed now... I shall update the code)
Re: Replacement Open Menu.
Not at all :wave:
sorry for such a late reply. :blush: