Hello,
can i get assistance with the code for following scenario. ( what should be used in the place of ?? )
i need to get the value "abc" through Value1![]()
Sub test() Dim value As String, value1 As String value = "Test" value1 = value 'need to populate "Test" using Value1 range("A1").value= ?? End Sub
Bookmarks