sangeeta25
Board Regular
- Joined
- Jun 15, 2015
- Messages
- 59
Hi i have a drop down list in column c and what i would like is, in any cell of column c, if from the drop down list, the option 'abandoned' is celected, then i would like for that row, any blank cells, to automatically be filled with the term 'abandoned' as well.
For example, if a user selects 'abandoned' from the drop down list in cell, lets say, c6, then whatever cells a blank in row 6, then those cells will be automatically filled with the term abandoned.
Does anyone know how to construct a code for this to put in the visual basic section of excel????
So below shows an example, say column C, someone has selected from the drop down list, 'abandoned' then i would like for the blank cells of that row, i.e. cells A2, B2 and E2, to automatically, once abandoned is selected from column C, to be filled with the word abanoned as well.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]number[/TD]
[TD]date[/TD]
[TD]manager[/TD]
[TD]list[/TD]
[TD]signed[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]Abandoned[/TD]
[TD]yes[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
For example, if a user selects 'abandoned' from the drop down list in cell, lets say, c6, then whatever cells a blank in row 6, then those cells will be automatically filled with the term abandoned.
Does anyone know how to construct a code for this to put in the visual basic section of excel????
So below shows an example, say column C, someone has selected from the drop down list, 'abandoned' then i would like for the blank cells of that row, i.e. cells A2, B2 and E2, to automatically, once abandoned is selected from column C, to be filled with the word abanoned as well.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]number[/TD]
[TD]date[/TD]
[TD]manager[/TD]
[TD]list[/TD]
[TD]signed[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]Abandoned[/TD]
[TD]yes[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]