G
Guest
I have a rooutine that exports reports to Excel and them tidies them up (via
ActiveX). It works well until the line:
.Selection.Delete Shift:=-4159 ': -4159 = xlToLeft
when I get the error:
"Object doesn't support this property or method".
Is this because Access doesn't recognise the "Shift:=" parameter? If so,
what is the syntax for passing parameters via ActiveX?
Thanks!
ActiveX). It works well until the line:
.Selection.Delete Shift:=-4159 ': -4159 = xlToLeft
when I get the error:
"Object doesn't support this property or method".
Is this because Access doesn't recognise the "Shift:=" parameter? If so,
what is the syntax for passing parameters via ActiveX?
Thanks!