#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 740
Default how to monitor dates

Hello again to all,
Ive been half a year without much use of computer so I NEED some refreshing
help from the good group.

there are about five diff. dates in a row AND i need to make sure that they
are typed in a way that the first column and the last column contains the
earliest and the latest date, respectively and in good order.

--
regards,
driller in dubai
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 747
Default how to monitor dates

Select the row | go to Data | sort | options | tick sort left to right
| ok | ok


On Apr 5, 7:07*pm, driller wrote:
Hello again to all,
Ive been half a year without much use of computer so I NEED some refreshing
help from the good group.

there are about five diff. dates in a row AND i need to make sure that they
are typed in a way that the first column and the last column contains the
earliest and the latest date, respectively and in good order.

--
regards,
driller in dubai


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 477
Default how to monitor dates

I recorded a Macro which does the same thing that muddan madhu suggested;

The Macro code:
Sub Macro1()
'
' Macro1 Macro
' Macro recorded 4/5/2008 by Jim May
'
CurrRow = ActiveCell.Row
Range("A" & CurrRow & ":" & "E" & CurrRow).Sort Key1:=ActiveCell,
Order1:=xlAscending, _
Header:=xlGuess, OrderCustom:=1, MatchCase:=False, Orientation:= _
xlLeftToRight, DataOption1:=xlSortNormal
End Sub

I'd put a Forms Command Button on the Sheet and Click it each time you have
completed a row of date entries (Assumed to be only A:E) CAUTION--
Before Running Macro your cursor and/or activecell MUST BE ON THE Row
just entered (to be tested).

WRite back if you have Problems


"muddan madhu" wrote:

Select the row | go to Data | sort | options | tick sort left to right
| ok | ok


On Apr 5, 7:07 pm, driller wrote:
Hello again to all,
Ive been half a year without much use of computer so I NEED some refreshing
help from the good group.

there are about five diff. dates in a row AND i need to make sure that they
are typed in a way that the first column and the last column contains the
earliest and the latest date, respectively and in good order.

--
regards,
driller in dubai



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 740
Default how to monitor dates

thanks for the reply. I need 2 expand my query a little more specific.
--
regards,



"Jim May" wrote:

I recorded a Macro which does the same thing that muddan madhu suggested;

The Macro code:
Sub Macro1()
'
' Macro1 Macro
' Macro recorded 4/5/2008 by Jim May
'
CurrRow = ActiveCell.Row
Range("A" & CurrRow & ":" & "E" & CurrRow).Sort Key1:=ActiveCell,
Order1:=xlAscending, _
Header:=xlGuess, OrderCustom:=1, MatchCase:=False, Orientation:= _
xlLeftToRight, DataOption1:=xlSortNormal
End Sub

I'd put a Forms Command Button on the Sheet and Click it each time you have
completed a row of date entries (Assumed to be only A:E) CAUTION--
Before Running Macro your cursor and/or activecell MUST BE ON THE Row
just entered (to be tested).

WRite back if you have Problems


"muddan madhu" wrote:

Select the row | go to Data | sort | options | tick sort left to right
| ok | ok


On Apr 5, 7:07 pm, driller wrote:
Hello again to all,
Ive been half a year without much use of computer so I NEED some refreshing
help from the good group.

there are about five diff. dates in a row AND i need to make sure that they
are typed in a way that the first column and the last column contains the
earliest and the latest date, respectively and in good order.

--
regards,
driller in dubai



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
how to monitor/highlight upcoming expiry/due dates Saeed Excel Discussion (Misc queries) 3 November 10th 07 02:32 PM
monitor clipboard climax Excel Discussion (Misc queries) 0 July 21st 06 05:28 PM
How to best monitor threads on this site John James Excel Worksheet Functions 13 April 23rd 06 06:18 PM
Monitor memory usage JL Links and Linking in Excel 1 May 16th 05 10:05 PM
Monitor memory usage JL Excel Discussion (Misc queries) 0 May 13th 05 04:15 PM


All times are GMT +1. The time now is 09:10 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"