Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Range values not being copied with same number of significant digits

I'm trying to copy the values from one worksheet to another and I'm
finding that the values that are displayed are what's copied, rather
than the full value in the cell. How do I get the entire value?

Also, does anyone know the status of the Microsoft interface.

Thanks,
Barb Reinhardt
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Range values not being copied with same number of significantdigits

I probably should have said that I have code similar to this

aws.range("Range").value = ows.range("Range").value

The range is one cell. Let's say the displayed value on the oWS is
1.32, but the value when the cell is selected is 1.320102.

Barb

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Range values not being copied with same number of significant digits

Maybe you can widen the column to see all the digits.

I'm confused about what you're selecting and what you're viewing...

If you're selecting the range on the aws worksheet and looking at the
formulabar, what do you see?

If you see the 1.320102, try widening the column or changing the numberformat of
the cell to what you want.

If you're selecting the ows range and see 1.320102 in the formulabar, but see
1.32 in the formulabar when you select the aws range, then I bet it's the format
of the original cell that's screwing you up.

Try:

aws.range("Range").value2 = ows.range("Range").value2

VBA's help for .value2 explains when .value can cause trouble.

Barb Reinhardt wrote:

I probably should have said that I have code similar to this

aws.range("Range").value = ows.range("Range").value

The range is one cell. Let's say the displayed value on the oWS is
1.32, but the value when the cell is selected is 1.320102.

Barb


--

Dave Peterson
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,440
Default Range values not being copied with same number of significant digits

Hi Barb,

I can only reproduce this result using

[a2].value=[a1].text

But do check the replies you got from Dave

<the status of the Microsoft interface

I guess you refer to the Ribbon, but I'm not sure. Can you elaborate on what your question is?

--
Kind regards,

Niek Otten
Microsoft MVP - Excel



"Barb Reinhardt" wrote in message
...
| I'm trying to copy the values from one worksheet to another and I'm
| finding that the values that are displayed are what's copied, rather
| than the full value in the cell. How do I get the entire value?
|
| Also, does anyone know the status of the Microsoft interface.
|
| Thanks,
| Barb Reinhardt


  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Range values not being copied with same number of significantdigits

I mean the Microsoft Web Interface for the newsgroup. That's how I
usually access it, but it doesn't seem to work.

On Jan 16, 1:03*pm, "Niek Otten" wrote:
Hi Barb,

I can only reproduce this result using

[a2].value=[a1].text

But do check the replies you got from Dave

<the status of the Microsoft interface

I guess you refer to the Ribbon, but I'm not sure. Can you elaborate on what your question is?

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"Barb Reinhardt" wrote in message

...
| I'm trying to copy the values from one worksheet to another and I'm
| finding that the values that are displayed are what's copied, rather
| than the full value in the cell. *How do I get the entire value?
|
| Also, does anyone know the status of the Microsoft interface.
|
| Thanks,
| Barb Reinhardt


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Number of significant digits allowed in a cell is 15. Quippian Excel Discussion (Misc queries) 2 October 24th 08 03:10 PM
how can I sum up the values with more than 15 significant digits? mohammad Excel Discussion (Misc queries) 5 October 25th 07 02:56 PM
maximum number size/significant digits noel Excel Discussion (Misc queries) 4 February 20th 06 03:42 PM
Significant digits Marcus Excel Worksheet Functions 5 November 16th 05 03:39 PM
32,767 Significant Digits of Precision, with Number Formatting Greg Lovern Excel Programming 1 July 9th 03 12:05 PM


All times are GMT +1. The time now is 02:41 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"