Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Here is what I need to do I have been working on a sales sheet that will
track the sales via a won loss ratio. Now what I have been trying to do is to take all of the information from the "activity" sheet and copy or perfer move it to a sheet based as "lost" or "Won" drop down menu. I don't know the first thing about how to make a macro work automatic once the menu is used. There are a total of three sheets to this report what needs to be done. The activities sheet which will be the only one that employees will be entering information. The other sheets are won and lost sheet the the information will be transfered to. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I don't know if this will help, I have recorded a macro. I know it needs fine
tuning as it is only good for that line and it does not take into consideration if that sale might have been won. Sub Activities() ' ' Activities Macro ' Macro recorded 18/01/2008 by Allen Robins Intuit Launceston ' ' Keyboard Shortcut: Ctrl+Shift+A ' Range("G5").Select ActiveCell.FormulaR1C1 = "lost" Rows("5:5").Select Selection.Cut Sheets("Lost").Select Rows("4:4").Select ActiveSheet.Paste End Sub "Old_skills_lost" wrote: Here is what I need to do I have been working on a sales sheet that will track the sales via a won loss ratio. Now what I have been trying to do is to take all of the information from the "activity" sheet and copy or perfer move it to a sheet based as "lost" or "Won" drop down menu. I don't know the first thing about how to make a macro work automatic once the menu is used. There are a total of three sheets to this report what needs to be done. The activities sheet which will be the only one that employees will be entering information. The other sheets are won and lost sheet the the information will be transfered to. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Automatically add a textbox to a user form based on user requireme | Excel Programming | |||
User form ComboBox Items: Remember user entries? | Excel Programming | |||
How to: User Form to assign a user defined range to a macro variab | Excel Programming | |||
User Defined Functions - Help Text - Make it Easy for the User | Excel Programming | |||
How to: Make user click End User License Agreement acceptance | Excel Programming |