I have tried 3 or 4 different commands to get the script to change the case of the date text box it put in and nothing seems to work.
I am very new to Corel draw and script writing so any help would be greatly appreciated.
Not sure I understand what your goal is. Capitalize the month MMM instead of mmm?
Yes Myron I wrote the script and now my boss wants the three letters of the month the script displays all capitalized.
txtDate = UCase(Format(Date, "MMM")) & Format(Date, " d, yyyy")
Thank Myron that worked great !!