Re: UserForm Chart Create
Pearso
Can I suggest that, rather than asking the user for the dates via Inputboxes - which are difficult to control, validate, etc. - you could:
1/ add two additional controls, either listboxes or comboboxes to your form.
2/ populate those controls with the values in row"1", the colum headings.
3/ use the values of those controls to define your range.
Re: UserForm Chart Create
Thanks for that i'll give it a go. I don't think i'm doing to bad for my first attempt at writing VBA code. If i have any problems i'll post a revised copy.
Cheers,