I am looking to create control buttons (with assigned macros) that will float over the spreadsheet and therefore will still be visible the user scrolls down the worksheet.
I am looking to create control buttons (with assigned macros) that will float over the spreadsheet and therefore will still be visible the user scrolls down the worksheet.
Last edited by RKleebaum; 04-10-2010 at 02:19 PM. Reason: SOLVED
You want a floating Toolbar,seethe examplesat the bottomof this page
http://excel-it.com/vba_examples.htm
Hope that helps.
RoyUK
--------
For Excel Tips & Solutions, free examples and tutorials why not check out my web site
Free DataBaseForm example
Thanks for your prompt response. I did see some examples, but was unable to determine which one addressed my concern. Maybe I'm just being 'slow' today.
The Add a Toolbar at the bottom of the sheet, note this will only work in versions prior to Excel 2007
Excellent...thank you. I apologize for the senior moment. One final question, how do I get it to autormatically run the Create_Toolbar macro when I open the file?
The code todo that is in the example
![]()
Option Explicit Private Sub Workbook_BeforeClose(Cancel As Boolean) Call Delete_Bar End Sub Private Sub Workbook_Open() Call Create_Bar End Sub
Excellent!! Thank you for your help. I will now try and figure out how to set this as 'solved' and rate the response.
How to mark a thread Solved
Go to the first post
Click edit
Click Go Advanced
Just below the word Title you will see a dropdown with the word No prefix.
Change to Solved
Click Save
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks