PC Review


Reply
Thread Tools Rate Thread

Creating separate spreadsheets from a master spreadsheet

 
 
Bob
Guest
Posts: n/a
 
      13th Mar 2008
I would like to know if there is a way to create individual spreadsheets from
a master spreadsheet thru a macro.? For example, my master spreadsheet has 10
salesmen listed and I would like to have a spreadsheet for each salesman.

Thanks.
--
Bob
 
Reply With Quote
 
 
 
 
Joel
Guest
Posts: n/a
 
      13th Mar 2008
It is usually very simple. You have not provided enough details to supply
code.

for example


for ColCount = 3 to 10
worksheets.add after:=Sheets(Sheets.count)
sheets("Master").column(ColCount).copy _
activesheet.columns("A:A")
Activesheet.name = Sheets("Master").cells(1,ColCount)
Next ColCount


"Bob" wrote:

> I would like to know if there is a way to create individual spreadsheets from
> a master spreadsheet thru a macro.? For example, my master spreadsheet has 10
> salesmen listed and I would like to have a spreadsheet for each salesman.
>
> Thanks.
> --
> Bob

 
Reply With Quote
 
Ron de Bruin
Guest
Posts: n/a
 
      13th Mar 2008
Hi Bob

See
http://www.rondebruin.nl/copy6.htm


--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"Bob" <(E-Mail Removed)> wrote in message news:9C6A4F64-2C12-4141-A161-(E-Mail Removed)...
>I would like to know if there is a way to create individual spreadsheets from
> a master spreadsheet thru a macro.? For example, my master spreadsheet has 10
> salesmen listed and I would like to have a spreadsheet for each salesman.
>
> Thanks.
> --
> Bob

 
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
Creating a master spreadsheet Bob Shelline Microsoft Excel Misc 1 10th Mar 2008 09:05 PM
Linking a multiple spreadsheets to a master spreadsheet ccombs4569@wideopenwest.com Microsoft Excel Discussion 2 12th Oct 2007 03:42 PM
Creating a master document from 33 separate documents =?Utf-8?B?U2hhcm9u?= Microsoft Word Document Management 1 9th Mar 2007 05:26 PM
Load data from multiple spreadsheets into one master spreadsheet Scarlet Microsoft Excel Programming 1 6th Jun 2006 06:04 PM
Copying spreadsheets in directory into master spreadsheet dtguitarfan Microsoft Excel Programming 1 17th Jun 2005 08:53 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:37 PM.