ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Help please with UserForm controls (https://www.excelbanter.com/excel-programming/303034-help-please-userform-controls.html)

sa3214

Help please with UserForm controls
 
I am wondering if it is possible to have a textbox displaying the current
system date linked to a spinner control that would allow the date to be
changed.

If this is possible ... and the code not to onerous ... would someone mind
posting the code


Regards and TIA



sa3214

Ooops - Help please with UserForm controls
 
I should have made it clear that I only wish to increase/decrease the date
displayed in the TextBox using the spinner and NOT the system date

"sa3214 @eclipse.co.uk" <sa3214<REMOVE wrote in message
s.com...
I am wondering if it is possible to have a textbox displaying the current
system date linked to a spinner control that would allow the date to be
changed.

If this is possible ... and the code not to onerous ... would someone mind
posting the code


Regards and TIA





Vasant Nanavati

Ooops - Help please with UserForm controls
 
Something like:

Private Sub SpinButton1_SpinUp()
TextBox1 = Format(CDate(TextBox1) + 1, "d-mmm-yyyy")
End Sub

Modify the format to suit.

--

Vasant



"sa3214 @eclipse.co.uk" <sa3214<REMOVE wrote in message
s.com...
I should have made it clear that I only wish to increase/decrease the date
displayed in the TextBox using the spinner and NOT the system date

"sa3214 @eclipse.co.uk" <sa3214<REMOVE wrote in message
s.com...
I am wondering if it is possible to have a textbox displaying the

current
system date linked to a spinner control that would allow the date to be
changed.

If this is possible ... and the code not to onerous ... would someone

mind
posting the code


Regards and TIA







sa3214

Ooops - Help please with UserForm controls
 
Thank you very much ... works a charm
Life is wonderful again

"Vasant Nanavati" <vasantn *AT* aol *DOT* com wrote in message
...
Something like:

Private Sub SpinButton1_SpinUp()
TextBox1 = Format(CDate(TextBox1) + 1, "d-mmm-yyyy")
End Sub

Modify the format to suit.

--

Vasant



"sa3214 @eclipse.co.uk" <sa3214<REMOVE wrote in message
s.com...
I should have made it clear that I only wish to increase/decrease the

date
displayed in the TextBox using the spinner and NOT the system date

"sa3214 @eclipse.co.uk" <sa3214<REMOVE wrote in message
s.com...
I am wondering if it is possible to have a textbox displaying the

current
system date linked to a spinner control that would allow the date to

be
changed.

If this is possible ... and the code not to onerous ... would someone

mind
posting the code


Regards and TIA









Vasant Nanavati

Ooops - Help please with UserForm controls
 
Some people are easy to please ... :)

You're most welcome!

--

Vasant

"sa3214 @eclipse.co.uk" <sa3214<REMOVE wrote in message
s.com...
Thank you very much ... works a charm
Life is wonderful again

"Vasant Nanavati" <vasantn *AT* aol *DOT* com wrote in message
...
Something like:

Private Sub SpinButton1_SpinUp()
TextBox1 = Format(CDate(TextBox1) + 1, "d-mmm-yyyy")
End Sub

Modify the format to suit.

--

Vasant



"sa3214 @eclipse.co.uk" <sa3214<REMOVE wrote in message
s.com...
I should have made it clear that I only wish to increase/decrease the

date
displayed in the TextBox using the spinner and NOT the system date

"sa3214 @eclipse.co.uk" <sa3214<REMOVE wrote in message
s.com...
I am wondering if it is possible to have a textbox displaying the

current
system date linked to a spinner control that would allow the date to

be
changed.

If this is possible ... and the code not to onerous ... would

someone
mind
posting the code


Regards and TIA












All times are GMT +1. The time now is 06:01 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com