Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi! I have quite a big code that calls other programs and reads and posts
data. I have not written all of the code, which is a problem. At the moment I get Error 13 at a place. Can someone give me clue of what Error 13 might mean in this context? Any help appreciated! Thanks 'start the bat file lTaskID = RunBatFile 'get the process handle hProc = OpenProcess(ACCESS_TYPE, False, lTaskID) If Err < 0 Then MsgBox Err Exit Sub End If |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Counting instances of found text (Excel error? Or user error?) | Excel Worksheet Functions | |||
Error Handling - On Error GoTo doesn't trap error successfully | Excel Programming | |||
Form Err.Raise error not trapped by entry procedure error handler | Excel Programming | |||
Automation Error, Unknown Error. Error value - 440 | Excel Programming |