PC Review


Reply
Thread Tools Rate Thread

Cell should show "0" as character....

 
 
Divy
Guest
Posts: n/a
 
      17th Jul 2007
..

Hi All.....

I'm looking for entering values in the cells.

The idea here is to display wht exactly is typed without using the
hyphen " ' " key.

Specifically, i wan to show "05'' as "05" only, but when typed, it
shows "5"....

Please revert .....


Regards,
Divy

 
Reply With Quote
 
 
 
 
=?Utf-8?B?VmVyZ2VsIEFkcmlhbm8=?=
Guest
Posts: n/a
 
      17th Jul 2007
Divy,

One way is to format the cells as text.

1. Select the cell(s)
2. Format->Cells
3. In the Number Tab, under Category, select Text.


If you're looking for a way to do this with VBA code, something like this
will apply the Text format to the entire column A.

Range("A:A").NumberFormat = "@"




--
Hope that helps.

Vergel Adriano


"Divy" wrote:

> ..
>
> Hi All.....
>
> I'm looking for entering values in the cells.
>
> The idea here is to display wht exactly is typed without using the
> hyphen " ' " key.
>
> Specifically, i wan to show "05'' as "05" only, but when typed, it
> shows "5"....
>
> Please revert .....
>
>
> Regards,
> Divy
>
>

 
Reply With Quote
 
DtTall
Guest
Posts: n/a
 
      18th Jul 2007
You will need to format the cell as text.

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to delete a "return" character (a "box") in cell of imported d JaxHBT Microsoft Excel Programming 1 12th Aug 2008 10:39 PM
if "a" selected from dropdown menu then show "K" in other cell =?Utf-8?B?TEVHQUxNQVRURVJT?= Microsoft Excel Worksheet Functions 1 13th Apr 2006 06:05 PM
Formatting to show/not show "DUE" and "RECEIVED" in cell =?Utf-8?B?a2V2aGF0Y2g=?= Microsoft Excel New Users 5 9th Oct 2005 09:10 PM
How To Find "x" In A Column And Show "y" In Cell "z" rcane Microsoft Excel Misc 2 12th Nov 2004 01:26 AM
How To Find "x" In A Column And Show "y" In Cell "z" rcane Microsoft Excel Misc 1 11th Nov 2004 05:03 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:57 AM.