Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Create New Sheets from Filtered List

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?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 22,906
Default Create New Sheets from Filtered List

You have to change the named range "DataBase" parameters.

Specifically..........in Sheet1 go to InsertNameDefine 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
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?


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Create New Sheets from Filtered List

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 InsertNameDefine 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
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?



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Create New Sheets from Filtered List

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 InsertNameDefine 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
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
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
Create New Sheets from Filtered List - help on macro Tea Excel Programming 0 March 9th 08 10:01 AM
create a master list from other sheets ADK Excel Worksheet Functions 0 April 17th 07 08:05 PM
Need to create a list of sheets from a list of names in column a KC Rippstein Excel Programming 0 December 7th 06 08:15 PM
Create New Sheets from Filtered List using Template SoCalCybergal Excel Programming 0 November 1st 05 07:20 PM
create a list from 2 sheets tacarme Excel Worksheet Functions 2 July 20th 05 08:01 AM


All times are GMT +1. The time now is 07:40 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"