PC Review
Forums
Newsgroups
Microsoft Excel
Microsoft Excel Discussion
change 90- to -90 in excel 2000
Forums
Newsgroups
Microsoft Excel
Microsoft Excel Discussion
change 90- to -90 in excel 2000
![]() |
change 90- to -90 in excel 2000 |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
Is there a way to do this in excel?
|
|
|
|
#2 |
|
Guest
Posts: n/a
|
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" <Rizinstk@discussions.microsoft.com> wrote in message news:AEB7DC1E-24BD-44AE-AFBF-64758347EAB3@microsoft.com... > Is there a way to do this in excel? |
|
|
|
#3 |
|
Guest
Posts: n/a
|
Dana DeLouis posted this:
Sub TrailingMinus() ' = = = = = = = = = = = = = = = = ' Use of CDbl suggested by Peter Surcouf ' Program by Dana DeLouis, dana2@msn.com ' = = = = = = = = = = = = = = = = 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 |
|
|
|
#4 |
|
Guest
Posts: n/a
|
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" <Rizinstk@discussions.microsoft.com> wrote in message > news:AEB7DC1E-24BD-44AE-AFBF-64758347EAB3@microsoft.com... > > Is there a way to do this in excel? -- Dave Peterson |
|
|
|
#5 |
|
Guest
Posts: n/a
|
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" <petersod@verizonXSPAM.net> wrote in message news:460A5E57.8D1B05A8@verizonXSPAM.net... >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" <Rizinstk@discussions.microsoft.com> wrote in message >> news:AEB7DC1E-24BD-44AE-AFBF-64758347EAB3@microsoft.com... >> > Is there a way to do this in excel? > > -- > > Dave Peterson |
|
|
|
#6 |
|
Guest
Posts: n/a
|
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 sandymann2@mailinator.com Replace@mailinator.com with @tiscali.co.uk "Dave Peterson" <petersod@verizonXSPAM.net> wrote in message news:460A5E57.8D1B05A8@verizonXSPAM.net... >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" <Rizinstk@discussions.microsoft.com> wrote in message >> news:AEB7DC1E-24BD-44AE-AFBF-64758347EAB3@microsoft.com... >> > Is there a way to do this in excel? > > -- > > Dave Peterson |
|
|
|
#7 |
|
Guest
Posts: n/a
|
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" <sandymann2@mailinator.com> 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> |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

