Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I figured out how to change the cell value via an input box. How can I write
this macro so that it will input the string in the cell before text already there. Here is what I have: Dim MonthYear As String, Title As String Dim ChangeMonth As Variant MonthYear = "Enter the Month and Year of this Report" Title = "Update Month" ChangeMonth = Application.InputBox(MonthYear, Title) Worksheets("Detail").Range("A4").Value = ChangeMonth Worksheets("Summary").Range("A4").Value = ChangeMonth I'd like to add something like ChangeMonth 2007 Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Default Cell Values at Change | Excel Worksheet Functions | |||
How do I lock cell value even if other values change | Excel Discussion (Misc queries) | |||
Global change to cell values | Excel Discussion (Misc queries) | |||
how to change cell sign and values | Excel Programming | |||
How do I use a Combo Box to change values in a Cell. | Excel Programming |