0

Can anyone suggest me how will I find and remove unused references used in a project done in ArcGIS 9.3.1 vba.

artwork21
35.2k8 gold badges69 silver badges135 bronze badges
asked Apr 8, 2013 at 10:57
5
  • 1
    Welcome GIS.SE forum. Could you please explain your question in detail? From where do you want to remove reference (From Memory or some where else?) Commented Apr 8, 2013 at 11:19
  • Are you dealing with vb6? or VBA? It is not clear from your question, since you have tagged it VBA & have VB in the Question title and vb6 in the question body. And why do you want to do that? Commented Apr 8, 2013 at 16:00
  • I have a code that works fine with MS Excel Object Library 11 and 12. The machine with Office XP requires for Object Library 11 and machines iwth Office 2007 requires Object Lilbary 12. In my code, which is done in ArcGIS 9.3.1 using VBA, Microsoft Excel Object Library 12 is checked. But other machine withs XP shows missing reference when my tool is opened. I want to remove missing reference for example object library 12 for those machines and load Object library 11 and vice versa, but all using code, not manually. Commented Apr 9, 2013 at 15:43
  • You can just fix your one mxd and save the updated VBA configuration. Then, just distribute the mxd file to all users. Using code or manually updating each is not necessary. Commented May 23, 2013 at 15:01
  • @artwork21 This is an old question but perhaps you'd like to move your comment to an answer to get it off our Unanswered list. Commented Jul 21, 2016 at 4:23

1 Answer 1

1

As my comment noted, you can just fix your one mxd and save the updated VBA configuration within it. Then, just distribute the mxd file to all users. Using code or manually updating each is not necessary.

answered Jul 21, 2016 at 11:23

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.