Thread
:
VB Formula
View Single Post
#
2
Posted to microsoft.public.excel.misc
JE McGimpsey
external usenet poster
Posts: 4,624
VB Formula
One way:
Sheets("Sheet1").UsedRange.Cells.Copy _
Destination:=Sheets("Sheet2").Range("A1")
In article ,
bowling wrote:
Hello,
How could can copy the data from sheet1 to sheet use
VB
formula?
Thank you
Reply With Quote
JE McGimpsey
View Public Profile
Find all posts by JE McGimpsey