Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. Visual Basic
  4. How can i make sure UDF Add-in to work on different machine

How can i make sure UDF Add-in to work on different machine

Scheduled Pinned Locked Moved Visual Basic
helpquestion
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    manju 3
    wrote on last edited by
    #1

    Hi all, I have created one Add-in(.xlam) and added that into my excel->Option->enabled on my desktop and used it in one of my application and its working fine. But when i try to run that application in different user machine i am unable to see the output as expected as the .xlam is not available in that machine. I dont want to copy the .xlam to the user machine. Can someone help me how can i use the .xlam used application in other user machine without copying the .xlam on their machine. Any suggestions will be appreciated! Thanks Manju

    D 1 Reply Last reply
    0
    • M manju 3

      Hi all, I have created one Add-in(.xlam) and added that into my excel->Option->enabled on my desktop and used it in one of my application and its working fine. But when i try to run that application in different user machine i am unable to see the output as expected as the .xlam is not available in that machine. I dont want to copy the .xlam to the user machine. Can someone help me how can i use the .xlam used application in other user machine without copying the .xlam on their machine. Any suggestions will be appreciated! Thanks Manju

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      Doing so has huge problems. First, if the network connection to where you store the XLAM file goes down, the extension no longer works. Next, if you screw up the code in the XLAM and put it in the stored location, you break it for EVERYONE. And, if your code uses COM-based components, you have to install the thing the components anyway because you have to write the registry information used to tell the machine where to find the components and how to run them. Do yourself, and your customers, a favor and just copy it locally, a.k.a.: install it. As someone who repackages and deploys software as my primary job, running code from a network share is ROYAL PAIN IN THE ASS!

      Asking questions is a skill CodeProject Forum Guidelines Google: C# How to debug code Seriously, go read these articles.
      Dave Kreskowiak

      M 1 Reply Last reply
      0
      • D Dave Kreskowiak

        Doing so has huge problems. First, if the network connection to where you store the XLAM file goes down, the extension no longer works. Next, if you screw up the code in the XLAM and put it in the stored location, you break it for EVERYONE. And, if your code uses COM-based components, you have to install the thing the components anyway because you have to write the registry information used to tell the machine where to find the components and how to run them. Do yourself, and your customers, a favor and just copy it locally, a.k.a.: install it. As someone who repackages and deploys software as my primary job, running code from a network share is ROYAL PAIN IN THE ASS!

        Asking questions is a skill CodeProject Forum Guidelines Google: C# How to debug code Seriously, go read these articles.
        Dave Kreskowiak

        M Offline
        M Offline
        manju 3
        wrote on last edited by
        #3

        Hi Dave, Thanks for your reply. Sorry did not noticed your reply so deleted the question posted. Sorry for deleting the post added. Thanks Manju

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups