Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15
Default Need help w/macros & formatting templates to save time

Am getting ready to create templates for 2007 in Excel. I need to know if
there is a way to create formatting or a macro to help me do the following:
I have several 2 page worksheets for my clients. The first page lists the
individual doctors within a clinic. I then enter the data for their
patients. The second page (which contains the same information) but is
listed as all inclusive for the clinic has to be copied to the second page.
Is there any way to create a macro that will automatically copy the entered
information from page one to page two without having to use the "copy/paste"
command????????
Any help will be GREATLY appreciated!!!
Thanks a million.
SuzyQ
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 125
Default Need help w/macros & formatting templates to save time

You can add a button from the control bar or build as a macro and assign a
button, this makes an exact copy of your page and places it as the second
page. Change name "duplicate" to suit.

Private Sub CommandButton1_Click()
ActiveSheet.Copy Befo=Sheets(2)
ActiveSheet.Name = "Duplicate"
End Sub

--
-John
Please rate when your question is answered to help us and others know what
is helpful.


"SuzyQ" wrote:

Am getting ready to create templates for 2007 in Excel. I need to know if
there is a way to create formatting or a macro to help me do the following:
I have several 2 page worksheets for my clients. The first page lists the
individual doctors within a clinic. I then enter the data for their
patients. The second page (which contains the same information) but is
listed as all inclusive for the clinic has to be copied to the second page.
Is there any way to create a macro that will automatically copy the entered
information from page one to page two without having to use the "copy/paste"
command????????
Any help will be GREATLY appreciated!!!
Thanks a million.
SuzyQ

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
excel could not save all the data and formatting Ramil Excel Worksheet Functions 0 July 3rd 06 08:09 AM
Excel kept on asking to save file every time I jump from one sheet to another! [email protected] Excel Worksheet Functions 8 March 31st 06 03:37 AM
Problem with formatting time Tcs Excel Discussion (Misc queries) 2 November 3rd 05 06:48 PM
Time Required to Save a File John M Excel Discussion (Misc queries) 1 September 24th 05 12:00 AM
Excel automatically changes the formatting of the cell to "Time" Sam Excel Discussion (Misc queries) 3 July 24th 05 08:51 PM


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

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

About Us

"It's about Microsoft Excel"