#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default 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



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
codes, codes, codes... jatman Excel Discussion (Misc queries) 2 August 20th 06 07:30 AM
Codes Heather Excel Worksheet Functions 4 March 23rd 06 11:41 PM
Bar Codes [email protected] Excel Discussion (Misc queries) 4 August 31st 05 08:12 AM
Zip Codes Queen Excel Discussion (Misc queries) 3 February 18th 05 02:47 PM
Zip Codes [email protected] Excel Discussion (Misc queries) 10 November 27th 04 05:23 PM


All times are GMT +1. The time now is 02:53 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"