'=' Button

  • Thread starter Thread starter Bob
  • Start date Start date
B

Bob

Excel 2003 makes available a custom toolbar button for the equals sign.
When you click the equals sign an equals sign is placed in the active
cell and the insertion sign (the lower dash) is located right after the
= in the same active cell. I like using this to build formulas and
combine it with some of the other buttons such as +,-,/, and *.

Is there a way to create a macro that does this same thing? I would
like to create some for other keyboard entries. I haven't been able to
find a way to insert a character and keep the cell active as done with
the equals sign button.

Thanks
 
Excel 2003 makes available a custom toolbar button for the equals sign.
When you click the equals sign an equals sign is placed in the active
cell and the insertion sign (the lower dash) is located right after the
= in the same active cell. I like using this to build formulas and
combine it with some of the other buttons such as +,-,/, and *.

Is there a way to create a macro that does this same thing? I would
like to create some for other keyboard entries. I haven't been able to
find a way to insert a character and keep the cell active as done with
the equals sign button.

Thanks

Bob,

Have you tried using the F2 key when in a cell? A macro will still need a
key pressed, and F2 is already there...

Beege
 
Macros will not run while you are in edit mode so I would say it can't be done.

You can create a macro to enter the character in the cell, but not keep the cell
active for further editing.


Gord Dibben MS Excel MVP
 

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

Similar Threads

Format Issue with Dates 3
vba macro that allows insertion of symbols at cursor 0
Excel Need Countifs Formula Help 0
Paste link only - not value 4
Calculate within cell 4
EQUAL SIGN 2
Custom Date Format 3
apply the formula sign 4

Back
Top