Please help me the VBA

Closed
Nishi - Feb 16, 2010 at 11:53 PM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Feb 17, 2010 at 10:49 AM
Hello,

Excel sheet 1 have dump data and excel sheet 2 have feature name defined in second coulmn.

I hv to define the array with some feature_name

For each array I hve to search for the doc_name. If feature name matches with doc_name check for the doc_type of the same doc_name.. If doc_type is "testplan"
copy the 1st column of the row to Kth column of the same feature row anotherexcel sheet.

Since I am very new to VBA.. Please help me for this logic.

Thanks..
Nishi Gupta
Related:

1 response

rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 766
Feb 17, 2010 at 10:49 AM
could you post a sample workbook at https://authentification.site or some other place

I am not clear on this part "I hv to define the array with some feature_name" Since features are in column B, I am confused over part that you have to define array with some of the feature. How you plan to define that array ?
0