Message 1 of 7
Reg : Unknown Error while IDW --> DWG
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Dear all,
I'm geting Error "Invalid Procedure call or orgument"
and when I hit debug and then hit Continue, it's working fine. Please, Can anyone fix this.
------------------------------------------
sFname = odoc.FullFileName
sFname = Left$(sFname, Len(sFname) - 3) & "dwg"
Call odoc.SaveAs(sFname, True)' ERROR line
-------------------------------------------
Thanks in advance.
NKalyan
I'm geting Error "Invalid Procedure call or orgument"
and when I hit debug and then hit Continue, it's working fine. Please, Can anyone fix this.
------------------------------------------
sFname = odoc.FullFileName
sFname = Left$(sFname, Len(sFname) - 3) & "dwg"
Call odoc.SaveAs(sFname, True)' ERROR line
-------------------------------------------
Thanks in advance.
NKalyan