PC Review


Reply
Thread Tools Rate Thread

Create New Sheets from Filtered List

 
 
Koo30lau
Guest
Posts: n/a
 
      13th Apr 2008
I am using a macro from Contextures.com to create a new sheet for each rep. I
can run the macro but it only shows data up to column G in each rep new sheet
and the data I am entering on the master spreadsheet goes to column BG. How
can I fix the macro so all of the columns get copied to each rep sheet?
 
Reply With Quote
 
 
 
 
Gord Dibben
Guest
Posts: n/a
 
      13th Apr 2008
You have to change the named range "DataBase" parameters.

Specifically..........in Sheet1 go to Insert>Name>Define and change the
"DataBase" range from

=Sheet1!$A$1:$G$43 to whatever you desire.

Then the code line Set rng = Range("DataBase") will act upon your range.

No need to edit the macro.


Gord Dibben MS Excel MVP

On Sun, 13 Apr 2008 11:22:01 -0700, Koo30lau
<(E-Mail Removed)> wrote:

>I am using a macro from Contextures.com to create a new sheet for each rep. I
>can run the macro but it only shows data up to column G in each rep new sheet
>and the data I am entering on the master spreadsheet goes to column BG. How
>can I fix the macro so all of the columns get copied to each rep sheet?


 
Reply With Quote
 
Koo30lau
Guest
Posts: n/a
 
      13th Apr 2008
Thanks so much for your quick response. You are a saint.

"Gord Dibben" wrote:

> You have to change the named range "DataBase" parameters.
>
> Specifically..........in Sheet1 go to Insert>Name>Define and change the
> "DataBase" range from
>
> =Sheet1!$A$1:$G$43 to whatever you desire.
>
> Then the code line Set rng = Range("DataBase") will act upon your range.
>
> No need to edit the macro.
>
>
> Gord Dibben MS Excel MVP
>
> On Sun, 13 Apr 2008 11:22:01 -0700, Koo30lau
> <(E-Mail Removed)> wrote:
>
> >I am using a macro from Contextures.com to create a new sheet for each rep. I
> >can run the macro but it only shows data up to column G in each rep new sheet
> >and the data I am entering on the master spreadsheet goes to column BG. How
> >can I fix the macro so all of the columns get copied to each rep sheet?

>
>

 
Reply With Quote
 
Koo30lau
Guest
Posts: n/a
 
      13th Apr 2008
I have one more question if you don't mind. I would like to also transfer the
last row that contains the total for each column from the master sheet to the
other sheets. How do I do that?

"Gord Dibben" wrote:

> You have to change the named range "DataBase" parameters.
>
> Specifically..........in Sheet1 go to Insert>Name>Define and change the
> "DataBase" range from
>
> =Sheet1!$A$1:$G$43 to whatever you desire.
>
> Then the code line Set rng = Range("DataBase") will act upon your range.
>
> No need to edit the macro.
>
>
> Gord Dibben MS Excel MVP
>
> On Sun, 13 Apr 2008 11:22:01 -0700, Koo30lau
> <(E-Mail Removed)> wrote:
>
> >I am using a macro from Contextures.com to create a new sheet for each rep. I
> >can run the macro but it only shows data up to column G in each rep new sheet
> >and the data I am entering on the master spreadsheet goes to column BG. How
> >can I fix the macro so all of the columns get copied to each rep sheet?

>
>

 
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
Create sheet with records for each rep in filtered list Aline Microsoft Excel Programming 3 16th Dec 2008 07:29 PM
Create New Sheets from Filtered List - help on macro Tea Microsoft Excel Programming 0 9th Mar 2008 10:01 AM
Create a list filtered by keyword =?Utf-8?B?TWlrZUw=?= Microsoft Access Queries 1 14th Dec 2005 08:04 PM
Create New Sheets from Filtered List using Template =?Utf-8?B?U29DYWxDeWJlcmdhbA==?= Microsoft Excel Programming 0 1st Nov 2005 07:20 PM
How to create a dropdown list that contains filtered values Frank Kabel Microsoft Excel Misc 0 20th Jul 2004 05:54 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:10 AM.