Visual Basic Customization
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Autocad VBA: Microsoft Common Dialog Control 6.0 (SP6)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Hello,
I have both Autocad 2008 and 2010 installed on my PC. I am not sure but I can't see this(see Subject) reference in Autocad 2010 reference list but it is there in my 2008 version. I want to use this in one of my userform that I am creating.
Is there any subtitute that I can use or something similar because I want to use one of my macro that I made for Autocad 2008 in 2010 version as well, I couldn't find an easier way then coping(impoting and expoting) the modules and stuff.
Thanks
-Devesh
Re: Autocad VBA: Microsoft Common Dialog Control 6.0 (SP6)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
hello
create a new module with a name.
put your macro in this module.
call this sub with the name of module.
so after this you can export this module and import in you new programm.
it is named : library.
(you can directly edit this export with notepad. (use full for renamed un name or string)
it it works for the dialog too.
