ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   VB Codes (https://www.excelbanter.com/excel-discussion-misc-queries/152267-vbulletin-codes.html)

bowling

VB Codes
 
Cheers mate. How to bring all the data that i type in sheet1 to sheet2? Is
that posibble to split the data? For example in sheet1 i enter John 22 male,
its should come under male table in sheet2 and if i type beth 24 female and
it should come under female table in sheet2?

Thank you

"JE McGimpsey" wrote:

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





All times are GMT +1. The time now is 07:30 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com