|
-
Oct 21st, 2005, 09:47 AM
#1
Thread Starter
New Member
could not load some objects
I receive the following error when I try to load a VB application into AutoCAD 2005. RobDog888 posted an answer (315175), I think my problem is I don't understand where the As Object declaration goes, as shown below give me an error.
Private Sub btnPlotNow_Click() As Object
FilePath = Module1.GetScriptFileLocation
If SaveScripts Then
Open FilePath & "\Batchplt.scr" For Output As 1
For dwg = 0 To dlgBatchPlot.dlgDrawingFileList.ListCount - 1
WriteScript2005 (1)
Next dwg
Close 1
End If
dlgBatchPlot.Hide
End Sub
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|