Excel Excel Vab Display contents of Cell

mbs

Joined
Jun 10, 2014
Messages
2
Reaction score
0
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
 

muckshifter

I'm not weird, I'm a limited edition.
Moderator
Joined
Mar 5, 2002
Messages
25,738
Reaction score
1,204
well, glad you did, not an Excel person myself.


:user:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top