M
matthew.buis
I have a project I'm working on and am trying to convert it to late
binding to allow compatibility with earlier versions of Excel/Access.
I've got my declarations and objects set up properly, but some of my
statements within my code are causing problems.
..Range("D4", .Range("D65365").End(xlUp).Address).NumberFormat = "0" is
one of them. Any idea why it would bug out, causing a 'Object Defined
or Application Defined' error?
binding to allow compatibility with earlier versions of Excel/Access.
I've got my declarations and objects set up properly, but some of my
statements within my code are causing problems.
..Range("D4", .Range("D65365").End(xlUp).Address).NumberFormat = "0" is
one of them. Any idea why it would bug out, causing a 'Object Defined
or Application Defined' error?