PC Review


Reply
Thread Tools Rate Thread

change 90- to -90 in excel 2000

 
 
=?Utf-8?B?Uml6aW5zdGs=?=
Guest
Posts: n/a
 
      28th Mar 2007
Is there a way to do this in excel?
 
Reply With Quote
 
 
 
 
T. Valko
Guest
Posts: n/a
 
      28th Mar 2007
Use text to columns

Select the range in question
Goto the menu Data>Text to Columns
Unless you have made default changes to this wizard all you need to do is
select Finish

Biff

"Rizinstk" <(E-Mail Removed)> wrote in message
news:AEB7DC1E-24BD-44AE-AFBF-(E-Mail Removed)...
> Is there a way to do this in excel?



 
Reply With Quote
 
Dave Peterson
Guest
Posts: n/a
 
      28th Mar 2007
Dana DeLouis posted this:

Sub TrailingMinus()
' = = = = = = = = = = = = = = = =
' Use of CDbl suggested by Peter Surcouf
' Program by Dana DeLouis, (E-Mail Removed)
' = = = = = = = = = = = = = = = =
Dim rng As Range
Dim bigrng As Range

On Error Resume Next
Set bigrng = Cells.SpecialCells(xlConstants, xlTextValues).Cells
If bigrng Is Nothing Then Exit Sub

For Each rng In bigrng.Cells
rng = CDbl(rng)
Next
End Sub

If you're new to macros, you may want to read David McRitchie's intro at:
http://www.mvps.org/dmcritchie/excel/getstarted.htm

Rizinstk wrote:
>
> Is there a way to do this in excel?


--

Dave Peterson
 
Reply With Quote
 
Dave Peterson
Guest
Posts: n/a
 
      28th Mar 2007
I think that this was added in xl2002 (and the subject points to xl2k).

(Yeah, it's nice when the details are posted in the body--who reads the subjects
<bg>)

"T. Valko" wrote:
>
> Use text to columns
>
> Select the range in question
> Goto the menu Data>Text to Columns
> Unless you have made default changes to this wizard all you need to do is
> select Finish
>
> Biff
>
> "Rizinstk" <(E-Mail Removed)> wrote in message
> news:AEB7DC1E-24BD-44AE-AFBF-(E-Mail Removed)...
> > Is there a way to do this in excel?


--

Dave Peterson
 
Reply With Quote
 
T. Valko
Guest
Posts: n/a
 
      29th Mar 2007
I've never used Excel 2000. I assumed this was available "way" back then!

I jumped from 97 to 2002. It'll be awhile before I go on to 2007. In fact,
an even newer version will probably come out before I leave 2002.

Biff

"Dave Peterson" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>I think that this was added in xl2002 (and the subject points to xl2k).
>
> (Yeah, it's nice when the details are posted in the body--who reads the
> subjects
> <bg>)
>
> "T. Valko" wrote:
>>
>> Use text to columns
>>
>> Select the range in question
>> Goto the menu Data>Text to Columns
>> Unless you have made default changes to this wizard all you need to do is
>> select Finish
>>
>> Biff
>>
>> "Rizinstk" <(E-Mail Removed)> wrote in message
>> news:AEB7DC1E-24BD-44AE-AFBF-(E-Mail Removed)...
>> > Is there a way to do this in excel?

>
> --
>
> Dave Peterson



 
Reply With Quote
 
Sandy Mann
Guest
Posts: n/a
 
      30th Mar 2007
If you mean Text to Columns then it is available in XL97. Like Biff I think
that the will be a yet another newer version of XL out before I am able to
upgrade <g>

--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings

(E-Mail Removed)
(E-Mail Removed) with @tiscali.co.uk


"Dave Peterson" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>I think that this was added in xl2002 (and the subject points to xl2k).
>
> (Yeah, it's nice when the details are posted in the body--who reads the
> subjects
> <bg>)
>
> "T. Valko" wrote:
>>
>> Use text to columns
>>
>> Select the range in question
>> Goto the menu Data>Text to Columns
>> Unless you have made default changes to this wizard all you need to do is
>> select Finish
>>
>> Biff
>>
>> "Rizinstk" <(E-Mail Removed)> wrote in message
>> news:AEB7DC1E-24BD-44AE-AFBF-(E-Mail Removed)...
>> > Is there a way to do this in excel?

>
> --
>
> Dave Peterson




 
Reply With Quote
 
Gord Dibben
Guest
Posts: n/a
 
      30th Mar 2007
Text to Columns was available in 97, but not the Advanced>Trailing minus
optionbox within the T to C.


Gord

On Fri, 30 Mar 2007 00:37:04 +0100, "Sandy Mann" <(E-Mail Removed)>
wrote:

>If you mean Text to Columns then it is available in XL97. Like Biff I think
>that the will be a yet another newer version of XL out before I am able to
>upgrade <g>


 
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
Iwould like to change Excel 97 to Excel 2000 for Windows ME? =?Utf-8?B?RnJlZCBM?= Microsoft Excel Programming 0 25th Aug 2005 04:37 PM
Change Tab Colors in Excel 2000 Bren Microsoft Excel Misc 3 26th Dec 2003 03:32 PM
Re: format change in excel 2000 Dave Peterson Microsoft Excel Misc 0 16th Sep 2003 02:45 AM
Re: How to change the format of the default blank Excel workbook (Excel 2000) Andy B Microsoft Excel Discussion 1 4th Aug 2003 02:37 AM
Re: How to change the format of the default blank Excel workbook (Excel 2000) Andy B Microsoft Excel Misc 1 4th Aug 2003 02:37 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:28 AM.