+ Reply to Thread
Results 1 to 12 of 12

Need help with ActiveX Button and VBA Code

  1. #1
    Forum Contributor
    Join Date
    03-16-2013
    Location
    Florida
    MS-Off Ver
    Excel 2011 for Mac
    Posts
    132

    Need help with ActiveX Button and VBA Code

    Hello,

    I have a pretty complex issue I'm trying to figure out at least its is for me.

    I have several things I'm trying to make a happen.

    I will attach an example of each.

    I hope I can make some since.

    First thing I need to happen is a Active X button that when clicked on, it will import data from the "OST Import to S.E.B.W." the "Main Sheet for data to end" in which is called "Erection Estimate Base" Bid on real workbook.

    As you will see in the "OST Import to S.E.B.W." & the "Main Sheet for Data to end" in which is "Erection Estimate Base Bid"

    there is tasks IE....

    ERECT Ave. 6-10" Standard Beam
    ERECT Ave. 12-14" Standard Beam
    ERECT Ave. 16-21" Standard Beam

    etc.....

    So basically what I'm trying to do is when the quantity of the task is entered into the "OST Import to S.E.B.W." sheet and only if there is a quantity entered in upon clicking the Active X button the same quantities will come into the "Erection Estimate Base Bid" sheet in the corresponding cells as you will see both attached example sheets are the same.

    Reason why I need to do it this way....

    I'm using a takeoff software to compile the quantities, that program will export to the "OST Import to S.E.B.W." the reason I can not just export to the "Erection Estimate Base Bid" is it is protected and will be installed as an app, so when using the takeoff program you can not select that sheet to import in to, so I need to create another IE... "OST Import to S.E.B.W." to import into and then once the sheet that is installed as an app is open I want to be able to click on the Active X button to pull the data off the "OST Import to S.E.B.W." sheet into the one in the protected program sheet called "Erection Estimate Base Bid"

    I hope this is making some kind of since I have no idea how to put everything together to achieve this and know that there are some pretty sharp folks in this forum as they have helped me in the past when I have hit a wall.

    Thanks so much in advance.
    Attached Files Attached Files

  2. #2
    Forum Expert jaslake's Avatar
    Join Date
    02-21-2009
    Location
    Atwood Lake in Mid NE Ohio...look it up.
    MS-Off Ver
    Excel 2010 2019
    Posts
    12,749

    Re: Need help with ActiveX Button and VBA Code

    Hi icevinson

    They're not the same..."OST Import to S.E.B.W." has 283 Rows of Data and "Main Sheet for Data to end" in which is "Erection Estimate Base Bid" has 306 Rows of Data. Were they the same this would not be particularly difficult...I think
    John

    If you have issues with Code I've provided, I appreciate your feedback.

    In the event Code provided resolves your issue, please mark your Thread as SOLVED.

    If you're satisfied by any members response to your issue please use the star icon at the lower left of their post.

  3. #3
    Forum Contributor
    Join Date
    03-16-2013
    Location
    Florida
    MS-Off Ver
    Excel 2011 for Mac
    Posts
    132

    Re: Need help with ActiveX Button and VBA Code

    Thanks for the response jaslake

    They could be the same number wise as in updated attachment IE 306 an 306 only thing on the main page that it will be going to last, it would be starting at cell #88 and not #1 cell
    Attached Files Attached Files

  4. #4
    Forum Expert jaslake's Avatar
    Join Date
    02-21-2009
    Location
    Atwood Lake in Mid NE Ohio...look it up.
    MS-Off Ver
    Excel 2010 2019
    Posts
    12,749

    Re: Need help with ActiveX Button and VBA Code

    Hi icevinson

    I just realized...you're on a Mac...can't guarantee Code I'd develop will work in the Mac environment. Sorry for the inconvenience.

  5. #5
    Forum Contributor
    Join Date
    03-16-2013
    Location
    Florida
    MS-Off Ver
    Excel 2011 for Mac
    Posts
    132

    Re: Need help with ActiveX Button and VBA Code

    Thanks for looking at it jaslake

  6. #6
    Forum Expert jaslake's Avatar
    Join Date
    02-21-2009
    Location
    Atwood Lake in Mid NE Ohio...look it up.
    MS-Off Ver
    Excel 2010 2019
    Posts
    12,749

    Re: Need help with ActiveX Button and VBA Code

    Hi icevinson

    It's my understanding that Excel for the Mac does not support ActiveX Controls...see this link

    http://support.microsoft.com/kb/274222

    I'm certain I don't understand your process. If all you wish to do is, when a quantity is entered for any item in "OST Import to S.E.B.W" you wish that same quantity to be entered for that same item in "Main Sheet for Data to end", this can be done with a Worksheet Change Event in "OST Import to S.E.B.W". You don't need an ActiveX Control. I'm fairly certain this would run on a Mac.

    This Code is in "OST Import to S.E.B.W". It ASSUMES both Worksheets have the SAME Structure and are in the SAME Folder. The Code will open "Main Sheet for Data to end" if it's not already open.

    As you enter Quantities into "OST Import to S.E.B.W" those same Quantities are entered into "Main Sheet for Data to end". From your explanation, I gathered this was your desired end result.
    Please Login or Register  to view this content.

  7. #7
    Forum Contributor
    Join Date
    03-16-2013
    Location
    Florida
    MS-Off Ver
    Excel 2011 for Mac
    Posts
    132

    Re: Need help with ActiveX Button and VBA Code

    Thanks jaslake,

    As far as active X I'm just looking for a way to do what I need to happen.

    I'm thinking after seeing what you did there that it is going to be more complex then that. Here is why I say that.

    First "OST Import to S.E.B.W" will be different cells IE "OST Import to S.E.B.W" will be numbered 1 - 306 the sheet that will be receiving the data will start at number #90 to # 395 with some cells not getting data entered as they are a heading of a category of task.

    The second thing is, the sheet that will be getting the data IE.. "Main Sheet for Data to end" will not remain the same sheet in fact it will change with every project which is why I was think in the main sheet to have a button when clicked it would bring in the Data from "OST Import to S.E.B.W" and be coded to land in the appropriate cells in the "Main Sheet for Data to end" sheet or what every that name would be for various projects.

    The cells in "OST Import to S.E.B.W" will always be numbered 1 - 306 and the cells in "Main Sheet for Data to end" will always be #90 to # 395 with some cells not getting data entered as they are a heading of a category of task. And those cell that would not receive data could be identified.

    Hope I'm making since.

    Thanks so much for your time looking into this. If we can make this happen just realized there is a pay option in another area and if you are willing to tackle this I would be happy to go that route as well.

  8. #8
    Forum Expert jaslake's Avatar
    Join Date
    02-21-2009
    Location
    Atwood Lake in Mid NE Ohio...look it up.
    MS-Off Ver
    Excel 2010 2019
    Posts
    12,749

    Re: Need help with ActiveX Button and VBA Code

    Hi icevinson

    If the Files are not the SAME this can be dealt with...a bit more Code but not difficult.

    Assuming the Files ARE the SAME does the approach I've given you in my Post #6 do as you desire? If not I'm way off track and you can do this if you wish
    there is a pay option in another area
    I'm willing to tackle it but I need to see your actual Files
    The cells in "OST Import to S.E.B.W" will always be numbered 1 - 306 and the cells in "Main Sheet for Data to end" will always be #90 to # 395 with some cells not getting data entered as they are a heading of a category of task. And those cell that would not receive data could be identified.
    I've either missed this in your uploads or it's not there. If I've missed it let me know.

    In any event
    does the approach I've given you in my Post #6 do as you desire

  9. #9
    Forum Contributor
    Join Date
    03-16-2013
    Location
    Florida
    MS-Off Ver
    Excel 2011 for Mac
    Posts
    132

    Re: Need help with ActiveX Button and VBA Code

    Works for me but with "Main Sheet for Data to end" not remaining the same sheet name would that create a problem doing it this way. How would you write that into a code if we do not know what the end destinations sheets name will be? As it will be different every time

    I will send example of both sheets so you will see the numbering in both. If we need to take this to the paid side how do I do that an how many points do I need to make this happen. I will most Lilly need some direction on where to place code once it is completed

    Thanks

  10. #10
    Forum Expert jaslake's Avatar
    Join Date
    02-21-2009
    Location
    Atwood Lake in Mid NE Ohio...look it up.
    MS-Off Ver
    Excel 2010 2019
    Posts
    12,749

    Re: Need help with ActiveX Button and VBA Code

    Hi icevinson

    If the Code I suggested works for you then I need to know this...

    Do you not know
    what the end destinations sheets name will be
    If not, why not...if you do we can find it if you know where it lives.

    Do you not know where it lives (in what Folder) if not, why not?

    Gotta admit...don't know what's happening...don't understand the Process...please explain further.

  11. #11
    Forum Contributor
    Join Date
    03-16-2013
    Location
    Florida
    MS-Off Ver
    Excel 2011 for Mac
    Posts
    132

    Re: Need help with ActiveX Button and VBA Code

    Okay lets see if I can get this across.

    The Main Spreadsheet is an estimating program. The reason the name will be changing is every job that you do an estimate on is named different IE.. Walmart, costco, ABC Warehouse etc... it will all depend on the Jobs name that you are doing an estimate on to what the sheet will be named.

    I use a company called On Screen Takeoff to do the takeoff of the drawings which creates the quantities that will be sent into the "OST Import to S.E.B.W" sheet. That program (On Screen Takeoff ) gives me the ability to import into excel BUT... here is the problem the SEBW program ("Main Sheet for Data to end") is excel based but will be wrapped inside of a program that is installed on the computer as an app once it is launched it runs just like excel but you can not import to it as it is protected so there is no way to find it from the OST program when you search it because it will not open until it is launched.... which is why I'm trying to find a way to put some type of button inside the "Main Sheet for Data to end" that once the "Main Sheet for Data to end" is launched and the button is clicked it will call the data from the "OST Import to S.E.B.W" sheet and bring it into the ("Main Sheet for Data to end") sheet to the appropriate cells.

    And yes I can control where "Main Sheet for Data to end" and "OST Import to S.E.B.W" lives

  12. #12
    Forum Expert jaslake's Avatar
    Join Date
    02-21-2009
    Location
    Atwood Lake in Mid NE Ohio...look it up.
    MS-Off Ver
    Excel 2010 2019
    Posts
    12,749

    Re: Need help with ActiveX Button and VBA Code

    Hi icevinson

    I've sent this to the Experts...hopefully one will help...not understanding the issue.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Change Background color of a Form Button or ActiveX Button
    By Aeneren in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 04-11-2012, 12:19 PM
  2. VBA activate activeX button on another tab
    By zerodegreec in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 07-03-2009, 09:14 AM
  3. How do I run a macro with an activex button?
    By geo in forum Excel General
    Replies: 0
    Last Post: 01-17-2006, 07:00 PM
  4. [SOLVED] ActiveX button on sheet too big
    By quartz in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 06-28-2005, 03:05 PM

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1