D
djf MA
I'm trying to use a macro to automatically run a data analysis (i.e Histogram
on a data set). I get a "Runtime Error 1004". Excel seems to be looking for
the location of "ATPVBAEN.XLA!Histogram. THe code of my macro is as follows:
Sub Macro1()
'
' Macro1 Macro
'
'
Range("A1:A9").Select
Application.Run "ATPVBAEN.XLA!Histogram",
ActiveSheet.Range("$A$1:$A$9"), _
"", , False, False, False, False
End Sub
I was curious how I could overcome this error. Anyone have experience with
this?
on a data set). I get a "Runtime Error 1004". Excel seems to be looking for
the location of "ATPVBAEN.XLA!Histogram. THe code of my macro is as follows:
Sub Macro1()
'
' Macro1 Macro
'
'
Range("A1:A9").Select
Application.Run "ATPVBAEN.XLA!Histogram",
ActiveSheet.Range("$A$1:$A$9"), _
"", , False, False, False, False
End Sub
I was curious how I could overcome this error. Anyone have experience with
this?