Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I know nothing about VBA programming so this may be simple for most.
I am trying to create a macro that once I click on the autoshape it will copy and paste the object in the cell which I have select or have the pointer on. I can make it copy and paste to the cell below but can't figure out how to make it paste to my active cell. I also really need in to delete the current autoshape that is in the cell. thanks in advance Here is the code Range("F9").Select Selection.ClearContents ActiveSheet.Shapes("AutoShape 7").Select Selection.Copy Range("F9").Select ActiveSheet.Paste |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Paste to active Cell | Excel Programming | |||
Macro to paste in the active cell the contents of a cell from another file?? | Excel Programming | |||
Copy from active sheet and paste into new sheet using info from cell in active | Excel Programming | |||
Copy Paste from Active cell | Excel Programming | |||
Paste special to the active cell | Excel Programming |