Consulting

Results 1 to 2 of 2

Thread: Solved: VBA code for a button with user supplied titles

  1. #1

    Solved: VBA code for a button with user supplied titles

    I would like to add a button to the active worksheet if a range in an inactive worksheet is > "". The label of the button would be the name of the inactive worksheet. On click the user would be sent to the range.

    From a higher perspective what I am trying to create is a graphic of goals that are spelled out on individual worksheets. The detail on each worksheets would be the objective to be met for each goal. I think what I'm trying to accomplish is an interactive Visio sheet in an Excel workbook. The ultimate goal is to be able to drill down to specific budget item. Or to roll up into a budget document.

  2. #2
    Administrator
    VP-Knowledge Base
    VBAX Grand Master mdmackillop's Avatar
    Joined
    May 2004
    Location
    Scotland
    Posts
    14,489
    Location
    Add the buttons and set Visible property to false. You could then use Event code to make the button visible.
    MVP (Excel 2008-2010)

    Post a workbook with sample data and layout if you want a quicker solution.


    To help indent your macros try Smart Indent

    Please remember to mark threads 'Solved'

Posting Permissions

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