Thread
:
use of indirect function in vba
View Single Post
#
3
Posted to microsoft.public.excel.programming
R..VENKATARAMAN
external usenet poster
Posts: 41
use of indirect function in vba
thank you. that helps.
"Executor" wrote in message
oups.com...
Hi,
Try:
Sub myIndirect()
Range("E8").Select
ActiveCell.Value = Range(Range("A1").Value).Value
End Sub
Hoop this helps,
Executor
Reply With Quote
R..VENKATARAMAN
View Public Profile
Find all posts by R..VENKATARAMAN