Is it possible to change the a cell value using a msgbox?
A macro runs and asks user if the quantity in cell is correct.
If user says no, it will point to a new macro to change cell value.
But it does not work.
The cell with which the qty is in will constantly change as the main macro pulls data.
I have search internet and forums. Could not find a solution to help.
Sub InputBox_Display1()
'Input Box display options - refer Images 1a & 1b
Dim answer As Integer
Inputbox "Enter New Number"
'Imputbox "Enter New qty"
'Activecell.Activate
'Activecell = valuechange
'Activecell.Value = Inputbox.Value
' Activecell.Value
'ImputBox = Value
End Sub
A macro runs and asks user if the quantity in cell is correct.
If user says no, it will point to a new macro to change cell value.
But it does not work.
The cell with which the qty is in will constantly change as the main macro pulls data.
I have search internet and forums. Could not find a solution to help.
Sub InputBox_Display1()
'Input Box display options - refer Images 1a & 1b
Dim answer As Integer
Inputbox "Enter New Number"
'Imputbox "Enter New qty"
'Activecell.Activate
'Activecell = valuechange
'Activecell.Value = Inputbox.Value
' Activecell.Value
'ImputBox = Value
End Sub