View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Vikas Vikas is offline
external usenet poster
 
Posts: 7
Default Excel 2007

Hi,

I am getting error in macro.

To prevent possible loss of data, Microsoft Excel cannot shift nonblank
cells off the worksheet.


Below is code

Sheet1.Range(Cells(1, 8), Cells(NbListClients + 1, 12)) = ListClients
' shriyansh
Sheet1.Rows("1:3999").Insert Shift:=xlDown

i need help on this.