Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Selection.PasteSpecial Paste:=xlPasteAll, Operation:=xlNone,
SkipBlanks:= False, Transpose:=True all of this needs to be on one line. without the underscore _ Regards Bill "dummy" wrote in message ... "Bill Kuunders" wrote: use the macro below and assign it to any picture or text box Sub Macro1() Sheets("Sheet1").Select Range("B34:B41").Select Selection.Copy Sheets("Sheet2").Select Range("A65536").End(xlUp).Select ActiveCell.Offset(1, 0).Select Selection.PasteSpecial Paste:=xlPasteAll, Operation:=xlNone, SkipBlanks:= _ False, Transpose:=True Sheets("Sheet1").Select Range("B34:B41").Select Application.CutCopyMode = False Selection.ClearContents End Sub "dummy" wrote in message ... If it's possible, I would like to use a command button or checkbox to trigger moving data from cells in a column (b34-b41) on one worksheet to the next available ROW on another worksheet. Thanks in advance. . I am getting a syntax error which is highlighting the pastespecial portion of the code. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Command button moves even with don't move or resize checked. | Excel Discussion (Misc queries) | |||
Command button to move completed action item | Excel Discussion (Misc queries) | |||
CHANGE DATA SERIES WITH A COMMAND BUTTON | Charts and Charting in Excel | |||
Command button on data-entry form | Excel Discussion (Misc queries) | |||
command button in excel will move when print. | Excel Discussion (Misc queries) |