vba help please
What makes you think that it "does not like" that? Do you get an
error? If so, what does the error say?
Ray at work
"Coyote" wrote in message
...
vba editor does not like something about this????
Sub Macro1()
Application.Workbooks("research.xls").Worksheets
("sheet1").Range("a1").ClearContents
End Sub
|