Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default Prevent Formatting of a Cell when it is loaded

I am trying to load a worksheet with a Table I created in Word.

One column contains Hexidecimal-like data. It has 300E or B34F and so on.
When it gets a field that contains an E it changes it to Scientifc Notation.
I need it to remain as is.

So when it sees 3E04 I need 3E04 not 3.00+E4

I have been rumaging through the help panels and other resources and cannot
seem to find a way to prevent it from changing this field to what it thinks
it is. I can be considered ASIS data and not a number.
--
Lizette Koehler
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 964
Default Prevent Formatting of a Cell when it is loaded

Pre-format your cells as "Text", then enter your data.

Select your range of cells
From the Format Menu, choose "Cells..."
On the Number Tab, choose "Text"
Click OK

Now, anything you type in those cells will be treated "as is".

HTH,
Elkar


"Lizette Koehler" wrote:

I am trying to load a worksheet with a Table I created in Word.

One column contains Hexidecimal-like data. It has 300E or B34F and so on.
When it gets a field that contains an E it changes it to Scientifc Notation.
I need it to remain as is.

So when it sees 3E04 I need 3E04 not 3.00+E4

I have been rumaging through the help panels and other resources and cannot
seem to find a way to prevent it from changing this field to what it thinks
it is. I can be considered ASIS data and not a number.
--
Lizette Koehler

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 964
Default Prevent Formatting of a Cell when it is loaded

Sorry, I missed the part about importing this table from Word. Are you using
Copy/Paste to do this? If so, use "Paste Special..." instead of Paste.
You'll then have the option to "Paste as Text".

HTH,
Elkar


"Elkar" wrote:

Pre-format your cells as "Text", then enter your data.

Select your range of cells
From the Format Menu, choose "Cells..."
On the Number Tab, choose "Text"
Click OK

Now, anything you type in those cells will be treated "as is".

HTH,
Elkar


"Lizette Koehler" wrote:

I am trying to load a worksheet with a Table I created in Word.

One column contains Hexidecimal-like data. It has 300E or B34F and so on.
When it gets a field that contains an E it changes it to Scientifc Notation.
I need it to remain as is.

So when it sees 3E04 I need 3E04 not 3.00+E4

I have been rumaging through the help panels and other resources and cannot
seem to find a way to prevent it from changing this field to what it thinks
it is. I can be considered ASIS data and not a number.
--
Lizette Koehler

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default Prevent Formatting of a Cell when it is loaded

I have tried that and preformatting the Cells to GENERAL. So far, it still
converts the numbers when I paste them.


Some sample Data I have been playing with for pasting:

3E04 SC4999 4999
3E0F SC5000 5000
3E00 SC5001 3E09
3001 SC4001 4001


the 3E04 always becomes 3.00E+04

I have also tried formatting the cell after pasting and it just will not go
back to the 3E04 I want.

--
Lizette Koehler


"Elkar" wrote:

Sorry, I missed the part about importing this table from Word. Are you using
Copy/Paste to do this? If so, use "Paste Special..." instead of Paste.
You'll then have the option to "Paste as Text".

HTH,
Elkar


"Elkar" wrote:

Pre-format your cells as "Text", then enter your data.

Select your range of cells
From the Format Menu, choose "Cells..."
On the Number Tab, choose "Text"
Click OK

Now, anything you type in those cells will be treated "as is".

HTH,
Elkar


"Lizette Koehler" wrote:

I am trying to load a worksheet with a Table I created in Word.

One column contains Hexidecimal-like data. It has 300E or B34F and so on.
When it gets a field that contains an E it changes it to Scientifc Notation.
I need it to remain as is.

So when it sees 3E04 I need 3E04 not 3.00+E4

I have been rumaging through the help panels and other resources and cannot
seem to find a way to prevent it from changing this field to what it thinks
it is. I can be considered ASIS data and not a number.
--
Lizette Koehler

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 964
Default Prevent Formatting of a Cell when it is loaded

It works for me with your sample data. Make sure you've done all these steps.

1. Pre-format your destination cells as TEXT (not general).
2. Copy the data in your Word Table
3. Paste Special (not Paste) into your Excel sheet
4. In the Paste Special dialog box, choose the option "Text"

That should work. If it still isn't, what version of Office are you using?
I just tested this on 2003 without problems. Perhaps 2007 or an older
version may behave differently.

HTH,
Elkar


"Lizette Koehler" wrote:

I have tried that and preformatting the Cells to GENERAL. So far, it still
converts the numbers when I paste them.


Some sample Data I have been playing with for pasting:

3E04 SC4999 4999
3E0F SC5000 5000
3E00 SC5001 3E09
3001 SC4001 4001


the 3E04 always becomes 3.00E+04

I have also tried formatting the cell after pasting and it just will not go
back to the 3E04 I want.

--
Lizette Koehler


"Elkar" wrote:

Sorry, I missed the part about importing this table from Word. Are you using
Copy/Paste to do this? If so, use "Paste Special..." instead of Paste.
You'll then have the option to "Paste as Text".

HTH,
Elkar


"Elkar" wrote:

Pre-format your cells as "Text", then enter your data.

Select your range of cells
From the Format Menu, choose "Cells..."
On the Number Tab, choose "Text"
Click OK

Now, anything you type in those cells will be treated "as is".

HTH,
Elkar


"Lizette Koehler" wrote:

I am trying to load a worksheet with a Table I created in Word.

One column contains Hexidecimal-like data. It has 300E or B34F and so on.
When it gets a field that contains an E it changes it to Scientifc Notation.
I need it to remain as is.

So when it sees 3E04 I need 3E04 not 3.00+E4

I have been rumaging through the help panels and other resources and cannot
seem to find a way to prevent it from changing this field to what it thinks
it is. I can be considered ASIS data and not a number.
--
Lizette Koehler



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,101
Default Prevent Formatting of a Cell when it is loaded

Is there a way to permanently change excel from General to always Text?

"Elkar" wrote:

It works for me with your sample data. Make sure you've done all these steps.

1. Pre-format your destination cells as TEXT (not general).
2. Copy the data in your Word Table
3. Paste Special (not Paste) into your Excel sheet
4. In the Paste Special dialog box, choose the option "Text"

That should work. If it still isn't, what version of Office are you using?
I just tested this on 2003 without problems. Perhaps 2007 or an older
version may behave differently.

HTH,
Elkar


"Lizette Koehler" wrote:

I have tried that and preformatting the Cells to GENERAL. So far, it still
converts the numbers when I paste them.


Some sample Data I have been playing with for pasting:

3E04 SC4999 4999
3E0F SC5000 5000
3E00 SC5001 3E09
3001 SC4001 4001


the 3E04 always becomes 3.00E+04

I have also tried formatting the cell after pasting and it just will not go
back to the 3E04 I want.

--
Lizette Koehler


"Elkar" wrote:

Sorry, I missed the part about importing this table from Word. Are you using
Copy/Paste to do this? If so, use "Paste Special..." instead of Paste.
You'll then have the option to "Paste as Text".

HTH,
Elkar


"Elkar" wrote:

Pre-format your cells as "Text", then enter your data.

Select your range of cells
From the Format Menu, choose "Cells..."
On the Number Tab, choose "Text"
Click OK

Now, anything you type in those cells will be treated "as is".

HTH,
Elkar


"Lizette Koehler" wrote:

I am trying to load a worksheet with a Table I created in Word.

One column contains Hexidecimal-like data. It has 300E or B34F and so on.
When it gets a field that contains an E it changes it to Scientifc Notation.
I need it to remain as is.

So when it sees 3E04 I need 3E04 not 3.00+E4

I have been rumaging through the help panels and other resources and cannot
seem to find a way to prevent it from changing this field to what it thinks
it is. I can be considered ASIS data and not a number.
--
Lizette Koehler

  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default Prevent Formatting of a Cell when it is loaded

Thanks. That did work. Though have to pre-format my cells text and paste
special text seems over kill.

It would be nice if EXCEL did not require all this work just have text data
stay text data.

--
Lizette Koehler


"Elkar" wrote:

It works for me with your sample data. Make sure you've done all these steps.

1. Pre-format your destination cells as TEXT (not general).
2. Copy the data in your Word Table
3. Paste Special (not Paste) into your Excel sheet
4. In the Paste Special dialog box, choose the option "Text"

That should work. If it still isn't, what version of Office are you using?
I just tested this on 2003 without problems. Perhaps 2007 or an older
version may behave differently.

HTH,
Elkar


"Lizette Koehler" wrote:

I have tried that and preformatting the Cells to GENERAL. So far, it still
converts the numbers when I paste them.


Some sample Data I have been playing with for pasting:

3E04 SC4999 4999
3E0F SC5000 5000
3E00 SC5001 3E09
3001 SC4001 4001


the 3E04 always becomes 3.00E+04

I have also tried formatting the cell after pasting and it just will not go
back to the 3E04 I want.

--
Lizette Koehler


"Elkar" wrote:

Sorry, I missed the part about importing this table from Word. Are you using
Copy/Paste to do this? If so, use "Paste Special..." instead of Paste.
You'll then have the option to "Paste as Text".

HTH,
Elkar


"Elkar" wrote:

Pre-format your cells as "Text", then enter your data.

Select your range of cells
From the Format Menu, choose "Cells..."
On the Number Tab, choose "Text"
Click OK

Now, anything you type in those cells will be treated "as is".

HTH,
Elkar


"Lizette Koehler" wrote:

I am trying to load a worksheet with a Table I created in Word.

One column contains Hexidecimal-like data. It has 300E or B34F and so on.
When it gets a field that contains an E it changes it to Scientifc Notation.
I need it to remain as is.

So when it sees 3E04 I need 3E04 not 3.00+E4

I have been rumaging through the help panels and other resources and cannot
seem to find a way to prevent it from changing this field to what it thinks
it is. I can be considered ASIS data and not a number.
--
Lizette Koehler

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
I am protecting my workbook, but it is broken when it is loaded by Quatro Pro, please help SAM SEBAIHI Excel Discussion (Misc queries) 4 February 5th 07 11:08 PM
Possibly a loaded question, but I think mileslit Excel Discussion (Misc queries) 1 September 10th 05 01:18 AM
How to change the order in which excel addins gets loaded? Joseph Excel Discussion (Misc queries) 0 June 24th 05 07:56 AM
Why can't I see Analysis Toolpak functions when I have loaded it . Nige Excel Worksheet Functions 6 April 11th 05 11:31 PM
Why do I still get "#NAME?" when I have loaded the Analysis Toolp. Jonathan Excel Worksheet Functions 1 February 2nd 05 05:39 PM


All times are GMT +1. The time now is 05:56 AM.

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"