View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
nikolaosk[_7_] nikolaosk[_7_] is offline
external usenet poster
 
Posts: 1
Default insert a new row

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



------------------------------------------------
~~ Message posted from http://www.ExcelTip.com/
~~ View and post usenet messages directly from http://www.ExcelForum.com/