how to put signed integers in cell

  • Thread starter Thread starter Andrew
  • Start date Start date
A

Andrew

Hello,
I have a spreadsheet which has values of -10 to +10, and I'd like to
have the positive and negative signs show up. Does anyone know how to
format this?

thanks
 
example ranges: Range("A1") or SELECTION or Range("MyRange")

Range("A:A").NumberFormat = "+0;-0;0"
 

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