Thread: delete a row
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Dan[_23_] Dan[_23_] is offline
external usenet poster
 
Posts: 2
Default delete a row

im very good with access but dont know excel that well
where do i put this code in how do i get to the code?
-----Original Message-----
Public Sub Auto_Open()
ActiveSheet.Rows(1).Delete
End sub

--
Regards,
Tom Ogilvy


Dan wrote in message
...
Is there a way that when i open an excel spreadsheet

that
it will delete the first row automatically



.