U
username
I have a button where Users can click to create new rows to specif
'Audiences' for a communication. When they click the button a ne
Audience row with a cell with a drop down in appears each time. Howeve
when I want to 'Reset' the worksheet I only want there to be on
Audience row remaining.
I guess I need to check the cell to see if there is a list item in i
and if so delete the row that the cell is in.
I have:
Sub IfStatement()
If Range("A20") = List Then Rows("20:20").Select & Selection.Delet
& Shift:=xlUp
End Sub
But I get compile errors - probably because I have the wrong syntax
I'm not massively technical so can anyone help out on my syntax at al
please?
Thank you very much
'Audiences' for a communication. When they click the button a ne
Audience row with a cell with a drop down in appears each time. Howeve
when I want to 'Reset' the worksheet I only want there to be on
Audience row remaining.
I guess I need to check the cell to see if there is a list item in i
and if so delete the row that the cell is in.
I have:
Sub IfStatement()
If Range("A20") = List Then Rows("20:20").Select & Selection.Delet
& Shift:=xlUp
End Sub
But I get compile errors - probably because I have the wrong syntax
I'm not massively technical so can anyone help out on my syntax at al
please?
Thank you very much