Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I have a macro , using this macro i can copy an excel sheet into another excel sheet, but i used paste method ( pastespecial paste:=xlpastevalues), I want the same functionality with out using paste method, How can i do this task? Thanks in advance Jaffar. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Jaffar,
try something like this: Sheets("somesheet").Copy Befo=workbooks("someworkbook").Sheets("someothe rsheet") Regards, Ivan |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How copy/paste values in Excel doc protected sheet 2 other doc? | Excel Discussion (Misc queries) | |||
how do i find an email and copy the text and paste into excel sheet | Excel Programming | |||
Excel: copy and paste only shown not hidden cells into new sheet | Excel Discussion (Misc queries) | |||
During filling Excel Sheet copy/paste in Explorer does not work | Excel Programming | |||
error 1004 - metod Copy of class Range was failed | Excel Programming |