Commondialog in AutoCAD 2016 64 bit not running

Commondialog in AutoCAD 2016 64 bit not running

Anonymous
Not applicable
2,175 Views
1 Reply
Message 1 of 2

Commondialog in AutoCAD 2016 64 bit not running

Anonymous
Not applicable

Hi all,

 

I have some old VBA code that I am trying to get running on an install of 64 bit AutoCAD 2016.  I understand that the commondialog class will not run on a 64 bit system, but I don't know enough about VBA to discern other posts here that seem to "solve" the issue.

 

I have this function which isn't running:

 

Private Sub cmdBrowse_Click()
    'Open the Window common dialog box
    CommonDialog1.ShowOpen
    txtDataFilePath.Text = CommonDialog1.FileName
   

      
End Sub

 

Would somebody who would have pity on a VBA illiterate help me out 😞

 

Thanks,

 

Mike

0 Likes
Accepted solutions (1)
2,176 Views
1 Reply
Reply (1)
Message 2 of 2

norman.yuan
Mentor
Mentor
Accepted solution
0 Likes