N
nikolaosk
hi folks!!!!
i have a worksheet and between rows 1 and 2 i insert a new row. how can
i check that the user has indeed entered a row among lines row 1 and
row 2.
when i do a macro and enter a new row then VBA writes this:
Range("A2").Select
Selection.EntireRow.Insert
i do not want that.
i want a way or a workaround that i can check that a new row is
entered.
moreover i want to check if the user entered a new column among columns
B and C.
is there any property where i can check that a column or row is empty?
-has no data and there are just blank entities.
thanks
i have a worksheet and between rows 1 and 2 i insert a new row. how can
i check that the user has indeed entered a row among lines row 1 and
row 2.
when i do a macro and enter a new row then VBA writes this:
Range("A2").Select
Selection.EntireRow.Insert
i do not want that.
i want a way or a workaround that i can check that a new row is
entered.
moreover i want to check if the user entered a new column among columns
B and C.
is there any property where i can check that a column or row is empty?
-has no data and there are just blank entities.
thanks