Buttons on worksheets

  • Thread starter Thread starter David494
  • Start date Start date
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
 
Why not create toolbar buttons and assign your macros to them?

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
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
 
Back
Top