Thread: vba help please
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Coyote[_2_] Coyote[_2_] is offline
external usenet poster
 
Posts: 10
Default vba help please

vba editor does not like something about this????


Sub Macro1()



Application.Workbooks("research.xls").Worksheets
("sheet1").Range("a1").ClearContents

End Sub