View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ratheesh Ratheesh is offline
external usenet poster
 
Posts: 16
Default Append name in the same cell with ' '

please anyone can help on:
1.
Write a macro to obtain all the below names within single quotes &
separated by comma in one cell. The data can have any number of rows.
Define Dynamic range

green
blue
yellow

i.e,
in a single cell as
'green', 'blue', 'yellow'

2.
Write a macro which fills the blanks with the respective Course Name
Ids in Column A

ie.
1234 white
blue
yellow
4568 green
red


fill all the blanks column with the respective number

please help