Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 12
Default Copying Formatting using macro

I want to set up a series of worksheets in which a new
worksheet can be added (through a nice little macro) and
the new worksheet has specific content already included on
it (preferably taken from another worksheet). How do I:
a. make this happen, b. make this take the content not
from a master sheet but from the sheet created say the
week before?

Does this make any sense?

Thanks

S.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,824
Default Copying Formatting using macro

Try recording a macro when you ctrl-click on a worksheet tab and drag it to the
right.

This'll copy that selected workbook and you'll end up with something like:

Sheets("sheet1").Copy After:=Sheets(1)

But I have no idea how you'd know what worksheet was created last week.

"S. S." wrote:

I want to set up a series of worksheets in which a new
worksheet can be added (through a nice little macro) and
the new worksheet has specific content already included on
it (preferably taken from another worksheet). How do I:
a. make this happen, b. make this take the content not
from a master sheet but from the sheet created say the
week before?

Does this make any sense?

Thanks

S.


--

Dave Peterson

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
Copying Conditional formatting gibbylynn Excel Discussion (Misc queries) 2 January 25th 10 05:09 PM
Copying down formatting A little stuck[_2_] Excel Discussion (Misc queries) 1 July 15th 09 03:55 AM
Copying Formatting and Value haleswd Excel Discussion (Misc queries) 1 June 30th 05 01:38 PM
Copying Conditional Formatting SMac Excel Discussion (Misc queries) 3 March 11th 05 07:28 PM
copying conditional formatting Jakgeem Excel Worksheet Functions 2 December 23rd 04 05:03 PM


All times are GMT +1. The time now is 03:16 AM.

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"