Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi there all
Private Sub CommandButton1_Click() Range("A1").Copy Destination:=Range("C18") Range("A1").ClearContents End Sub I have this command, i just want to know what i would write befor "C18" to get it to put the data on another sheet e.g called "sheet2". Cheers from CK I betr this is really simple, lo -- Message posted from http://www.ExcelForum.com |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Worksheets("Sheet2").Range("C18")
"cakonopka " wrote in message ... Hi there all Private Sub CommandButton1_Click() Range("A1").Copy Destination:=Range("C18") Range("A1").ClearContents End Sub I have this command, i just want to know what i would write before "C18" to get it to put the data on another sheet e.g called "sheet2". Cheers from CK I betr this is really simple, lol --- Message posted from http://www.ExcelForum.com/ |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
copy rows from one Data sheet to another sheet based on cell conte | Excel Discussion (Misc queries) | |||
Duplicate sheet, autonumber sheet, record data on another sheet | Excel Worksheet Functions | |||
Hyperlinking from data in one sheet to matching data in another sheet | Excel Worksheet Functions | |||
create a formula in one sheet that would read data from separate sheet automatically | Excel Discussion (Misc queries) | |||
pull data from sheet two, then fill in the data to sheet one (part | Excel Worksheet Functions |