Hi,
I am trying to make use of the histogram add-in in a macro but it errors out saying "Run-time error '1004':", here is the code.
Application.Run "ATPVBAEN.XLAM!Histogram", ActiveSheet.Range("B2:B17") _
, ActiveSheet.Range("I1"), ActiveSheet.Range("E1:E24"), False, False _
, False, False
I...