Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have 5 sheets in a workbook, 2 columns of sheet 2 needs to link(IF
function?) to 5 rows of sheet 4. However, the salespeople using this workbook are less than computer literate, so I need a button (Macro?) they can click that will (a) save the info from sheet 2 to sheet 4 in the new & Master files and erase the data on sheet 2 from the Master file (b) "save as" a pre-determined file name (c) Add the date on sheets 2, 3 & 5 (I can't use the operating system's date b/c they may be completing this workbook the next morning.) |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Click on Tools|Macro|Record new Macro, and then do what you want to achieve.
Stop macro recording and press<Alt<F11. Read the code you recorded, and you will have a pretty good idea of what you need to do. "hw" wrote: I have 5 sheets in a workbook, 2 columns of sheet 2 needs to link(IF function?) to 5 rows of sheet 4. However, the salespeople using this workbook are less than computer literate, so I need a button (Macro?) they can click that will (a) save the info from sheet 2 to sheet 4 in the new & Master files and erase the data on sheet 2 from the Master file (b) "save as" a pre-determined file name (c) Add the date on sheets 2, 3 & 5 (I can't use the operating system's date b/c they may be completing this workbook the next morning.) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro recorded... tabs & file names changed, macro hangs | Excel Worksheet Functions | |||
Macro Help Needed - Excel 2007 - Print Macro with Auto Sort | Excel Worksheet Functions | |||
how to count/sum by function/macro to get the number of record to do copy/paste in macro | Excel Programming | |||
macro to delete entire rows when column A is blank ...a quick macro | Excel Programming | |||
Start Macro / Stop Macro / Restart Macro | Excel Programming |