Results 1 to 3 of 3

Thread: UserForm Chart Create

  1. #1

    Thread Starter
    Member
    Join Date
    Mar 2005
    Location
    Australia
    Posts
    46

    UserForm Chart Create

    I'm haveing problems creating a chart marker. I've done most of it see file.

    What i wnat to do is edit the range of data by the date. It will make more sense when you look at the file. There are also comments in the file explaining what i want to do any help would be great. The comments are in the VBA code and on the worksheet. Also if the code in this file is helpful to anyone feel free to use it.

  2. #2
    Frenzied Member DKenny's Avatar
    Join Date
    Sep 2005
    Location
    on the good ship oblivion..
    Posts
    1,171

    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.
    Declan

    Don't forget to mark your Thread as resolved.
    Take a moment to rate posts that you think are helpful

  3. #3

    Thread Starter
    Member
    Join Date
    Mar 2005
    Location
    Australia
    Posts
    46

    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,

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width