View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
RajenRajput1 RajenRajput1 is offline
external usenet poster
 
Posts: 40
Default Selecting Cells With Visual Basic or Macro Code

.... On second thought

Although its great, i'm half way there ...

How do I get the value to display in another cell on the sheet ?

If that statement is confusing, its clearer in my original question ..!

Many thanks



"RajenRajput1" wrote:

Thats well good !!

I changed it to a user defined function

Thanks

I'm really happy now !

"JE McGimpsey" wrote:

One way:

MsgBox ActiveSheet.Cells(3, 4).Value

In article ,
RajenRajput1 wrote:

Hello,

Imagine random numbers in cells between a1 and d5.

In cell a7 you could type a number , like 3
And in cell a8 you could type a number, like 4

What is the macro (or VB) code to return a value in b8 which is the random
number found in row 3, column 4, i.e. d3?

I know the excel formula, but not the VB.

Many thanks