S
sylink
I need to convert this range reference to a variable one using "Z" for
only "D4005". "B2" is static and therefore need not be changed.
Dim Z As Integer
Range( "B24005")
I attempted something like this without success:
Range("B2 & Z & ")
Thank you for your anticipated response.
only "D4005". "B2" is static and therefore need not be changed.
Dim Z As Integer
Range( "B24005")
I attempted something like this without success:
Range("B2 & Z & ")
Thank you for your anticipated response.