Re: Is it possible to export each row of data to a seperate work book
From: Stacey (psalm40_at_bellsouth.net)
Date: 05/14/04
- Next message: Tom Kavanaugh: "Remote List"
- Previous message: Frank Kabel: "Re: Pivottable"
- In reply to: Dick Kusleika: "Re: Is it possible to export each row of data to a seperate work book"
- Next in thread: Dick Kusleika: "Re: Is it possible to export each row of data to a seperate work book"
- Reply: Dick Kusleika: "Re: Is it possible to export each row of data to a seperate work book"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 14 May 2004 17:25:39 -0400
Dick,
I can't thank you enough for all of the time you have spent with helping
me!
When I put the new code in it still skips all of the code that fills in
myform and then saves it. It just keeps looping.
I even tried putting the code in the address.xls file and running it from
that file. It still does the same thing. I think I am doing something wrong.
When I open the original address.xls file it tells me I need to open it as
read only and asks if I want to open it as read only and I click no. Would
this be the cause of the looping.
The row in the address that conatins my name is L, if that makes any
difference on what cell the macro is using when I enter my name?
Thanks Again!!
Stacey
"Dick Kusleika" <dickk@paragonUNMUNGEconstructioninc.com> wrote in message
news:epKR$2eOEHA.3944@tk2msftngp13.phx.gbl...
> Stacey
>
> Not hard. Is that what you were autofiltering on?
>
> Dim sName as String
>
> sName = InputBox("Enter your name")
>
> If sName = "False" Then
> Exit Sub
> End If
>
> For Each cell In Rng.Cells
> If cell.Value = sName Then
> 'Do other stuff in the loop
> End If
> Next cell
>
>
> --
> Dick Kusleika
> MVP - Excel
> Excel Blog - Daily Dose of Excel
> www.dicks-blog.com
>
> "Stacey" <psalm40@bellsouth.net> wrote in message
> news:3eSoc.8455$z41.5225@bignews1.bellsouth.net...
> > Dick,
> >
> > I am using Office 2003.
> >
> > How hard would it be to Prompt the user for Their name and then use an
if
> > /Then statement to only look at the rows that had their name in that Row
> of
> > data?
> >
> > Thanks again for your help!!!
> >
> > Stacey
> >
> > "Dick Kusleika" <dickk@paragonUNMUNGEconstructioninc.com> wrote in
message
> > news:eBkOHQTOEHA.3596@tk2msftngp13.phx.gbl...
> > > Stacey
> > >
> > > > It skips all of the rows, it doesn't matter if they are hidden
or
> > > > visible it skips them all. Until I remove the autofilter, then it
will
> > > start
> > > > working again.
> > > >
> > >
> > > Hmmm. It works for me. What version of Excel are you using?
> > >
> > > --
> > > Dick Kusleika
> > > MVP - Excel
> > > Excel Blog - Daily Dose of Excel
> > > www.dicks-blog.com
> > >
> > >
> >
> >
>
>
- Next message: Tom Kavanaugh: "Remote List"
- Previous message: Frank Kabel: "Re: Pivottable"
- In reply to: Dick Kusleika: "Re: Is it possible to export each row of data to a seperate work book"
- Next in thread: Dick Kusleika: "Re: Is it possible to export each row of data to a seperate work book"
- Reply: Dick Kusleika: "Re: Is it possible to export each row of data to a seperate work book"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|