MsgBox and InputBox

MsgBox is an internal VBA procedure (method) used to display content within a dialog window that appears on the screen. It can be used to display the operand that we have directly transmitted or the values ​​of the variables that are calculated within the subroutine. InputBox is a function that we use to enter values ​​that we will later use to calculate the expression.