Hi
I'm a complete novice and need help
I am getting users to input a row number and I want to display the contents of cell in row +2, column C.
I start off with the following code. Do I use a Msgbox type query to extract and display the contents?
Sub Score()
Dim WhatRow As String
WhatRow = InputBox("What Row to enter Score")
thanks
I'm a complete novice and need help
I am getting users to input a row number and I want to display the contents of cell in row +2, column C.
I start off with the following code. Do I use a Msgbox type query to extract and display the contents?
Sub Score()
Dim WhatRow As String
WhatRow = InputBox("What Row to enter Score")
thanks