Re: SPACING
- From: "Bob Phillips" <bob.phillips@xxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 18 Apr 2005 09:41:31 +0100
What do you want clarified, how it works or how to implement it?
--
HTH
RP
(remove nothere from the email address if mailing direct)
"RAJEEV CHADHA" <rajeev@xxxxxxxxxxxx> wrote in message
news:b152c196.0504172009.5225bcf1@xxxxxxxxxxxxxxxxxxxxx
> "Bob Phillips" <bob.phillips@xxxxxxxxxxxxxxxxxxxx> wrote in message
news:<emH9541QFHA.3496@xxxxxxxxxxxxxxxxxxxx>...
> > Hi Rajeev,
> >
> > You will need code. Here is some
> >
> > Sub Test()
> > Dim iLastRow As Long
> > Dim i As Long
> >
> > With Worksheets("Sheet2")
> > Active***.Cells.Copy Destination:=.Cells
> > .Columns("A:D").Sort key1:=.Range("D2"), header:=xlYes
> > iLastRow = Cells(Rows.Count, "A").End(xlUp).Row
> > For i = iLastRow To 2 Step -1
> > .Cells(i + 1, "A").Resize(5).EntireRow.Insert
> > Next i
> > End With
> >
> > End Sub
> >
> >
> > --
> >
> > HTH
> >
> > RP
> > (remove nothere from the email address if mailing direct)
> >
> >
> > "RAJEEV CHADHA" <rajeev@xxxxxxxxxxxx> wrote in message
> > news:b152c196.0504170619.232d2daa@xxxxxxxxxxxxxxxxxxxxx
> > > Hello,
> > > I am working on stock valuation where i have raw data in one *** say
> > > In *** 1 i have the following data
> > >
> > > PART NO. DESCRIPTION COST DATE OF PURCHASE
> > > 109118 ............ 27.05.03
> > > 1519123 27.05.03
> > > 11256 27.05.03
> > >
> > > 109118 28.05.03
> > > 1122 28.05.03
> > >
> > > & SO ON
> > > In second *** i have to sort data in the descending order of the
> > > purchase & after that i have to give a gap of about 5 blank rows which
> > > i have to do manually.This consumes a lot of time taking into
> > > consideration inventory of about 4000 items.How can i do it by using a
> > > formula.
> > > Hope somebody can help me
> > > Thanks you in advance.
> > >
> > > Regards
> > > Rajeev Chadha
>
>
>
> Hi Bob
> Its very difficult to understand.Will you please clarify it.
>
>
> Regards
> Rajeev
.
- Follow-Ups:
- Re: SPACING
- From: RAJEEV CHADHA
- Re: SPACING
- References:
- SPACING
- From: RAJEEV CHADHA
- Re: SPACING
- From: Bob Phillips
- Re: SPACING
- From: RAJEEV CHADHA
- SPACING
- Prev by Date: Re: Import accounts data from AS400 system, how do I change 10- to (1.
- Next by Date: Combo Box Font
- Previous by thread: Re: SPACING
- Next by thread: Re: SPACING
- Index(es):