• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    Visual Basic Customization

    Reply
    New Member
    devesh
    Posts: 1
    Registered: ‎02-16-2011

    Autocad VBA: Microsoft Common Dialog Control 6.0 (SP6)

    744 Views, 1 Replies
    02-16-2011 02:29 PM

    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

    Please use plain text.
    Mentor
    Posts: 258
    Registered: ‎01-27-2010

    Re: Autocad VBA: Microsoft Common Dialog Control 6.0 (SP6)

    02-21-2011 03:24 AM in reply to: devesh

    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.

     

     

    Please use plain text.