Change the sign of a cell
Solved
papyjlsn
Posted messages
8
Status
Membre
-
COUET -
COUET -
Hello,
I would like to be able to change the + sign to - by clicking a button on the value it contains
For example, cell x = 930 click button and cell x = -930
I haven't found the VBA macro.
I am open to a solution
Thank you
I would like to be able to change the + sign to - by clicking a button on the value it contains
For example, cell x = 930 click button and cell x = -930
I haven't found the VBA macro.
I am open to a solution
Thank you
6 réponses
Hello,
even simpler (this comes from Microsoft support):
1. Enter the number -1 in an empty cell of the spreadsheet
2. Select that cell
3. In the Edit menu, choose the Copy command
4. Select the range of cells whose sign you want to reverse
5. In the Edit menu, choose the Paste Special command
6. Select Paste Values and Multiplication Operation
7. Click OK
See you soon
Eric
even simpler (this comes from Microsoft support):
1. Enter the number -1 in an empty cell of the spreadsheet
2. Select that cell
3. In the Edit menu, choose the Copy command
4. Select the range of cells whose sign you want to reverse
5. In the Edit menu, choose the Paste Special command
6. Select Paste Values and Multiplication Operation
7. Click OK
See you soon
Eric
Thank you for this quick response.
This macro works perfectly.
It is now integrated into my club management program, which now contains around 45 macros.
This macro works perfectly.
It is now integrated into my club management program, which now contains around 45 macros.
thank you
Ariane