Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > microsoft.public.excel.programming > #108101
| From | Claus Busch <claus_busch@t-online.de> |
|---|---|
| Newsgroups | microsoft.public.excel.programming |
| Subject | Re: Date picker on a form? |
| Date | 2015-10-15 12:38 +0200 |
| Organization | A noiseless patient Spider |
| Message-ID | <mvnvk7$a7t$1@dont-email.me> (permalink) |
| References | <BZKdnQfQ355JNYPLnZ2dnUVZ5uCdnZ2d@giganews.com> <mvm9pt$ag5$1@dont-email.me> <EpWdnXf5Wa8x4oLLnZ2dnUVZ5qCdnZ2d@giganews.com> |
Hi Robert,
Am Thu, 15 Oct 2015 03:27:52 -0700 schrieb Robert Crandal:
> Suppose you cannot use any of the above options. What solutions
> come to mind?
please look again in the Office folder for OfficeXX\MSCAL.OCX
where XX is the version number.
If the users cannot write the date into the sheet use a text box and
write the value to the sheet with e.g.
Range("A1")=CDate(TextBox1.value)
Regards
Claus B.
--
Vista Ultimate / Windows7
Office 2007 Ultimate / 2010 Professional
Back to microsoft.public.excel.programming | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Date picker on a form? "Robert Crandal" <noreply2me@yahoo.com> - 2015-10-14 12:11 -0700
Re: Date picker on a form? Claus Busch <claus_busch@t-online.de> - 2015-10-14 21:20 +0200
Re: Date picker on a form? "Robert Crandal" <noreply2me@yahoo.com> - 2015-10-15 03:27 -0700
Re: Date picker on a form? Claus Busch <claus_busch@t-online.de> - 2015-10-15 12:38 +0200
Re: Date picker on a form? "Robert Crandal" <noreply2me@yahoo.com> - 2015-10-15 05:14 -0700
Re: Date picker on a form? Claus Busch <claus_busch@t-online.de> - 2015-10-15 14:38 +0200
Re: Date picker on a form? "Robert Crandal" <noreply2me@yahoo.com> - 2015-10-18 01:07 -0700
Re: Date picker on a form? Claus Busch <claus_busch@t-online.de> - 2015-10-18 13:39 +0200
Re: Date picker on a form? "Robert Crandal" <noreply2me@yahoo.com> - 2015-10-19 09:49 -0700
Re: Date picker on a form? Claus Busch <claus_busch@t-online.de> - 2015-10-19 19:00 +0200
Re: Date picker on a form? Claus Busch <claus_busch@t-online.de> - 2015-10-15 15:40 +0200
Re: Date picker on a form? isabelle <i@v.invalid> - 2015-10-16 20:20 -0400
Re: Date picker on a form? isabelle <i@v.invalid> - 2015-10-16 20:46 -0400
csiph-web