Message 1 of 2

Not applicable
09-26-2015
04:49 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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
Solved! Go to Solution.