LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Copy contents of Cell to array based on Col1 value not null

I am trying to write a macro to read through a Read through a range of
cells (currently A2:J13), where A1 is not empty, select the contents of
A2 and E2 and write them to an array.

Ideally, this data would then be populated on a separate sheet.

So far I have:

+++++++++++++++++++++++

Sub TestStatusArray()
Dim TestCaseID As String
Dim Status As Boolean
Dim R As Integer
R = 2

Do While Not (IsEmpty(Cells(R, 1)))
Cells(R, 1).Copy << getting lost here


Loop
End Sub

+++++++++++++++++++++++

I can't seem to figure out how to extract the contents of the cells and
and write
A2 to TestCaseID and E2 to Status.

I welcome any suggestions/recommendations/reading links.

Thanks,
Leigh

 
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
read contents of col1 and extract similars Bob Excel Discussion (Misc queries) 3 November 5th 07 11:24 PM
Copy contents of one cell to another based on matching in 2 other TerryB Excel Discussion (Misc queries) 1 February 22nd 07 08:54 AM
How do I set the contents of cell to Null in Excel 2007? [email protected] Excel Worksheet Functions 2 January 25th 07 08:48 PM
Copy contents to cell based on value in second cell Mike Carpenter Excel Discussion (Misc queries) 3 April 21st 06 03:01 PM
Copy/paste based on adjacent cell contents Ozbobeee Excel Programming 3 August 9th 03 06:57 AM


All times are GMT +1. The time now is 03:06 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"