Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The user inputs a year Value to TextBox1. How can I amend the code below so
that January 1 of the year is inputted to into the cell? Private Sub CommandButton1_Click() Dim rng Set rng = Cells(ActiveCell.Row, 1) rng(1, 2).Value = TextBox1.Value Module2.Rename_Worksheets Unload Year End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Concatenate including a date so that the date appears as a date | Excel Worksheet Functions | |||
date in Cell to change colors if the date is beyond today's date | Excel Discussion (Misc queries) | |||
Report Date - Date Recv = Days Late, but how to rid completed date | Excel Worksheet Functions | |||
copy date based on date -refer to date range | Excel Programming | |||
Date updates from worksheet to chart & changes date to a date series! Help!! | Charts and Charting in Excel |