Consulting

Results 1 to 6 of 6

Thread: user form pop-up with excel start

  1. #1
    VBAX Contributor samohtwerdna's Avatar
    Joined
    Dec 2004
    Location
    Denver Colorado
    Posts
    143
    Location

    user form pop-up with excel start

    Hello,

    I was wondering if I can create a user form and have it show whenever, the user starts excel - and is there a way to export this macro to other machiens without attaching it to a spreadsheet its self?

    In other words a global user form??
    To live is Christ... To code is cool!

  2. #2
    Site Admin
    Urban Myth
    VBAX Guru
    Joined
    May 2004
    Location
    Oregon, United States
    Posts
    4,940
    Location
    Hi there,

    As a UserForm is attached to the workbook itself, the book would have to travel around and ultimately open for the UserForm to be viewed/utilized. So I ask, if you do not want the UserForm attached to the spreadsheet, why use Excel?

  3. #3
    VBAX Contributor samohtwerdna's Avatar
    Joined
    Dec 2004
    Location
    Denver Colorado
    Posts
    143
    Location
    Good question Zack,

    I am writing an application for users in and out of house - all of which have excel, and a pricing software that my company uses. The pricing software is able to export to an excel spreadsheet - I want to analyze the exported data by the square inch to come up with a quote for finish cost on a per job basis. So excel seemed the natural choice.

    I guess I can create a spreadsheet that will import the .xls created by our pricing program and filter out the unnecessary info and analyze the remainder.
    To live is Christ... To code is cool!

  4. #4
    VBAX Master Killian's Avatar
    Joined
    Nov 2004
    Location
    London
    Posts
    1,132
    Location
    Sounds like a job for an AddIn
    You might want to take a look at this link for some more info on how to create and deploy one.
    K :-)

  5. #5
    VBAX Contributor samohtwerdna's Avatar
    Joined
    Dec 2004
    Location
    Denver Colorado
    Posts
    143
    Location
    Thanks Killian

    I think an Addin will work great. Now if there was just a way to auto install the Addin from email!

    Anyway, I may have a few questions about the Addin - but your link was a great start.

    Thanks.
    To live is Christ... To code is cool!

  6. #6
    Site Admin
    Urban Myth
    VBAX Guru
    Joined
    May 2004
    Location
    Oregon, United States
    Posts
    4,940
    Location
    Quote Originally Posted by samohtwerdna
    ..Now if there was just a way to auto install the Addin from email! ..
    You'd still need them to run a file. You can make an exe of your file to auto-install. I use Install Creator, good program and it's free. I would recommend against it though. I'd just make your add-in and instructions on where to place it and how to install it. That has always been an easy route for me and my user's. It's always hard the first time, but they get used to it.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •