Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I am making an excel spreadsheet and I want to create a command button on the
sheet itself to where a user can go to another area, copy materal, come back to the worksheet and click on the command button to paste information onto the sheet to a specific cell without using keyboard shortcuts or the mouse.. Is this possible and how? |
#2
![]() |
|||
|
|||
![]()
sheets("sourcesheet").range("a2:x200").copy
sheets("destinationsheet").range("a1") -- Don Guillett SalesAid Software " wrote in message ... I am making an excel spreadsheet and I want to create a command button on the sheet itself to where a user can go to another area, copy materal, come back to the worksheet and click on the command button to paste information onto the sheet to a specific cell without using keyboard shortcuts or the mouse.. Is this possible and how? |
#3
![]() |
|||
|
|||
![]()
Thanks... One problem... Tell me if I am doing this wrong... I went to the
"control toolbox" and clicked "design" and dragged a "control button" to the sheet.. doubleclicked the button to get to the Visual Basic and copied and pasted the formula into the Private Sub CommandButton1_Click ()... I changed the "sourcesheet" to "sheet1" because that is where I am going to have the button, but what do I need to change the "destinationsheet".range("a1) to? Thanks again.. This is new to me.. "Don Guillett" wrote: sheets("sourcesheet").range("a2:x200").copy sheets("destinationsheet").range("a1") -- Don Guillett SalesAid Software " wrote in message ... I am making an excel spreadsheet and I want to create a command button on the sheet itself to where a user can go to another area, copy materal, come back to the worksheet and click on the command button to paste information onto the sheet to a specific cell without using keyboard shortcuts or the mouse.. Is this possible and how? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copy from worksheet to another x times | Excel Discussion (Misc queries) | |||
Weekly Transaction Processing | Excel Worksheet Functions | |||
Indirect reference from one worksheet to another | Excel Worksheet Functions | |||
Reference Data in Moved Worksheet | Setting up and Configuration of Excel | |||
Worksheet name and Backward compatibility | Excel Discussion (Misc queries) |