Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default extract information from a spreadsheet


i need help again here...wads the code for extracting information from
sheet2 on the same file?together there are 4 sheets.
on sheet2 i need to extract the User ID fr column D8 - till the end of
the information.

do ask me again if dun understand.thanks alot.


--
ayunik
------------------------------------------------------------------------
ayunik's Profile: http://www.excelforum.com/member.php...o&userid=24317
View this thread: http://www.excelforum.com/showthread...hreadid=382681

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default extract information from a spreadsheet

Dim rng as Range
With Worksheets("Sheet2")
set rng = .Range(.Cells(8,"D"),.Cells(rows.count,"D").End(xl up))
End With
rng.copy Destination:=Worksheets("sheet3").Range("A1")

copies the User ID to Column 1 of sheet3 as an example.

--
Regards,
Tom Ogilvy

"ayunik" wrote in
message ...

i need help again here...wads the code for extracting information from
sheet2 on the same file?together there are 4 sheets.
on sheet2 i need to extract the User ID fr column D8 - till the end of
the information.

do ask me again if dun understand.thanks alot.


--
ayunik
------------------------------------------------------------------------
ayunik's Profile:

http://www.excelforum.com/member.php...o&userid=24317
View this thread: http://www.excelforum.com/showthread...hreadid=382681



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
how to extract information from one table to another one Omics Excel Discussion (Misc queries) 5 June 13th 08 10:06 PM
Extract Information to another worksheet Woo Excel Worksheet Functions 4 August 13th 07 08:36 PM
Extract information from the list 0-0 Wai Wai ^-^ Excel Worksheet Functions 3 May 12th 06 11:57 AM
Extract information from worksheet bbc1 Excel Discussion (Misc queries) 0 April 5th 06 06:52 AM
Please help: Extract some information from a cell Bobsus5 Excel Discussion (Misc queries) 2 March 7th 06 03:11 AM


All times are GMT +1. The time now is 10:08 AM.

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"