Buttons on worksheets

D

David494

Hi everyone

I have a ms spreadsheet with a "search" and a "clear" button on it.
But when i press the search button to get info from a SQL Server
database part of the info on the spreadsheet is covered by the buttons.
I know this is no big deal, as the cells can be moved/stretched, but it
would be more user friendly to my users if this was not the case.

Is there a way to place the buttons on the worksheet so that they don't
interfere with the data being displayed.

Thanks guys

Dave
 
B

Bob Phillips

Why not create toolbar buttons and assign your macros to them?

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
F

FSt1

hi,
you can do what i do.
but the button at the very top of the sheet.
size the title row to the size of the button and size coulumn the button is
in to the width of the button. so the the button seem to occupy the cell.
(you can do this with code and add it to the end of the macro as a "tidy up"
messure."
then for button caption..give it the column title.
this way the button blends into the data. sort of.

Regards

FSt1
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top