Thread: Insert a Row
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default Insert a Row

Hi
try
range("A31").entirerow.insert

--
Regards
Frank Kabel
Frankfurt, Germany


Chris wrote:
Does anyone know how to insert a rows at aw particular location like
A31. I am using vb.net. What I will be doing is inserting populated
rows at particular location from a reader.

Any samples would be appreciated.

Thanks in advance.