PC Review


Reply
Thread Tools Rate Thread

Automatically move row from one tab to another..

 
 
Thraktakh@gmail.com
Guest
Posts: n/a
 
      21st Feb 2007
He there, I have a question.

I'm working on a salessheet.

The first tab is a summary of al offers I make to the customers.
For every offer I have the option of giving them a status: Pending,
acquired and bounced.
When I send an offer to a customer the order gets the status pending.

What I want to do is the following:
When an order is acquired or bounced I change the status accordingly.
What I want is that as soon as I change the status the entire orderrow
is placed inside a tab named acquired or bounced.

I don't want to copy paste everytime an order is "closed"

Somebody can give me a clue of how to handle this?

Thanks in advance.

 
Reply With Quote
 
 
 
 
Don Guillett
Guest
Posts: n/a
 
      21st Feb 2007
Try this idea for a macro to be executed when the cursor is anywhere on the
row to be copied. Change the sheet name to yours. You could have two or an
input box asking where to send. There are other ways.

sub copyrowtosheet()
with sheets("destinationsheet")
dlr=.cells(rows.count,"a").end(xlup).row+1
rows(activecell.row).copy .cells(dlr,"a")
end with
end sub


--
Don Guillett
SalesAid Software
(E-Mail Removed)
<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> He there, I have a question.
>
> I'm working on a salessheet.
>
> The first tab is a summary of al offers I make to the customers.
> For every offer I have the option of giving them a status: Pending,
> acquired and bounced.
> When I send an offer to a customer the order gets the status pending.
>
> What I want to do is the following:
> When an order is acquired or bounced I change the status accordingly.
> What I want is that as soon as I change the status the entire orderrow
> is placed inside a tab named acquired or bounced.
>
> I don't want to copy paste everytime an order is "closed"
>
> Somebody can give me a clue of how to handle this?
>
> Thanks in advance.
>



 
Reply With Quote
 
Thraktakh@gmail.com
Guest
Posts: n/a
 
      21st Feb 2007
Thanks alot,

I will try this as soon as I get home.
If anybody has another suggestion, I'm open to it.

Greetz.

On 21 feb, 14:08, "Don Guillett" <dguille...@austin.rr.com> wrote:
> Try this idea for a macro to be executed when the cursor is anywhere on the
> row to be copied. Change the sheet name to yours. You could have two or an
> input box asking where to send. There are other ways.
>
> sub copyrowtosheet()
> with sheets("destinationsheet")
> dlr=.cells(rows.count,"a").end(xlup).row+1
> rows(activecell.row).copy .cells(dlr,"a")
> end with
> end sub
>
> --
> Don Guillett
> SalesAid Software
> dguille...@austin.rr.com<Thrakt...@gmail.com> wrote in message
>
> news:(E-Mail Removed)...
>
>
>
> > He there, I have a question.

>
> > I'm working on a salessheet.

>
> > The first tab is a summary of al offers I make to the customers.
> > For every offer I have the option of giving them a status: Pending,
> > acquired and bounced.
> > When I send an offer to a customer the order gets the status pending.

>
> > What I want to do is the following:
> > When an order is acquired or bounced I change the status accordingly.
> > What I want is that as soon as I change the status the entire orderrow
> > is placed inside a tab named acquired or bounced.

>
> > I don't want to copy paste everytime an order is "closed"

>
> > Somebody can give me a clue of how to handle this?

>
> > Thanks in advance.- Tekst uit oorspronkelijk bericht niet weergeven -

>
> - Tekst uit oorspronkelijk bericht weergeven -



 
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
How do I automatically move down to the next row? =?Utf-8?B?bWxhY2lnYW0=?= Microsoft Excel New Users 2 17th May 2007 06:42 PM
How do I automatically move (not move a copy) of a sent email to . =?Utf-8?B?TmVpbA==?= Microsoft Outlook Discussion 6 20th Apr 2006 10:27 AM
move my documents automatically =?Utf-8?B?bGlua2x1bms=?= Windows XP Setup 5 10th May 2005 10:01 PM
Automatically move down to the next row =?Utf-8?B?UGFuayBNZWh0YQ==?= Microsoft Excel Misc 5 9th May 2005 01:01 PM
How do I automatically move (not move a copy) of a sent email to . =?Utf-8?B?T3JhbmdlcGVlbA==?= Microsoft Outlook Discussion 0 2nd Jan 2005 02:43 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:20 PM.