Cell Data

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

Guest

I am extrcting data via DDE from excel to another program
Is there a way to keep the formating og the number when the data is extracted
example: cell formula=J28/I2
Displayed=23

What is extracted = 0.232786543998
 
change the formula to round(J28/I28,2) so that the value extracted will
be 0.23
 

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