Hi everyone, this is my first post here so I hope you can help :)
Here is the code I have so far:
Sub Update()
Columns("H:J").Select
Selection.EntireColumn.Hidden = False
Range("H7").Select
Selection.AutoFill Destination:=Range("H7:H306"), Type:=xlFillDefault...