Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have taken VB in college and used it some but I have not
touched it in almost 4 years. I need help, I did a recording macro where I copied from E6-M6 pasted in E9-M9 and wanted it go to go the next line automatically and saved. Well when I run the macro it just stays in the same place. I want the macro to copy the formula and when someone uses it and presses ctrl+k it automatically enters in the information and goes to the next line. Can someone help!?!?!?! This is what I have so far and I have tried other things but it still doesn't work. ' Keyboard Shortcut: Ctrl+k Range("E6:M6").Select Selection.Copy Range("E9").Select ActiveSheet.Paste Application.CutCopyMode = False Range("E10").Select ActiveWorkbook.Save End Sub This is being used so people can enter in on one row at a time information and when finished entering in the one row they press ctrl+k and the macro does the rest and moves to the next line and when the person is ready to enter in another row the macro can do that. Thanks! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Add-In Program | Excel Worksheet Functions | |||
Is there a way to unload the loaded XLL file in Excel? Hi all, I amdebugging XLL link library using Visual C++. Everytime I rebuild the XLL, Ihave to close the whole Excel program and relaunch the Excel program again,and then load in the newly gene | Excel Discussion (Misc queries) | |||
Entering multiple barcode using Talbar program, having issue plea | Excel Worksheet Functions | |||
My program | Excel Worksheet Functions | |||
merging excel program with tdc finance program | Excel Programming |