Provide increment and decrement buttons on toolbar line

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have an application that could use a feature that would increment or
decrement the contents of a specific cell, by clicking on buttons somewhere.
The ideal place would be cells right next to the number cell, but if there
were the ability to add a couple of buttons to the toolbar that could be set
to refer to any specific cell, that would work.

Since I don't have VBA, I am looking for an existing function, in the
current Excel 2003 or the next version, that would have these functions in
the function library supplied with the spreadsheet itself.

The specific application invloves using a cell as an index into the rows on
a different Sheet, so that the current sheet can extract and display
information from that row, with the ease of single-click stepping through the
rows.
 
Hi ExcelStudent,
I have an application that could use a feature that would increment or
decrement the contents of a specific cell, by clicking on buttons
somewhere

Perfectly possible with VBA
Since I don't have VBA, I am looking for an existing function, in the
current Excel 2003

Use your Excel/Office distribution disks to load VBA.

Once you have accomplished this post back.
 

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

Back
Top