Histogram parameters VBA

M

mark brady

I'm calling the histogram function in VBA code. The
function accepts 3 Range Objects as inputs. Are there
limitation to these objects and or where they reside.

It seems to me, through trial and error, that the range
for the bins (the third range) must be specifies as RANGE
("A1:A24") or that style and not RANGE(Cells(r1,c1), cells
(r2,c2)). The first two ranges will accept the bins to be
defined dynamically.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top