Could you please let me know how to revise the below code so that it opens it automatically?
Range("A1:AK1").Select
Range(Selection, Selection.End(xlDown)).Select
Selection.ClearContents
Range("A1").Select
Workbooks.Open Filename:= _
"Y:\DentalConsumables\Company\DMC\DMC - Planning & Materials\Build Plan DTW Reports\DataWHSreports\2015-03-26_DWHS_PEN EU Fixed.xlsx" _
, UpdateLinks:=0, Notify:=False
ActiveWindow.SmallScroll Down:=12