Runtime Error 68 Device Unavailable
Hi friends,
I am facing an issue when i am trying to point to any device i am getting the following message as Runtime Error 68 Device Unavailable.
I am trying to make any code to trap this error so that the program does not get crash.
Can anyone provide me the code.Thanks in Advance.
Re: Runtime Error 68 Device Unavailable
Try to use this code i am sure it will work for you.
Code:
On Error GoTo ErrTrap
'Paste your code here
Exit Sub
ErrTrap:
If Err.Number = 68 Then
Msgbox "The Drive you have selected is not available."
Else
Msgbox Err.Number & " " & Err.Description
End If
End Sub
Re: Runtime Error 68 Device Unavailable
I am also getting Run Time Error 68 - Device Unavailable message and it says me that system is attempting to write data to a serial device that is not available. I don't have any idea what to do i have try to find it over internet but it's of no use.
Re: Runtime Error 68 Device Unavailable
Whenever you get this error 68 message you need to go to the Configuration Menu, then go to Pole Display Setup and make a notification to the system that you do not have any pole display connected. If everything works properly properly but then also you encounter this error, then try to Select NO option under option 7.