|
-
Dec 19th, 2005, 05:48 PM
#1
Thread Starter
Member
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.
-
Dec 20th, 2005, 10:30 AM
#2
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 
-
Dec 20th, 2005, 10:36 PM
#3
Thread Starter
Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|