Hi Forum,
I've got some code that brings a value through from another Module.
I want to display that value in a Cell in a Worksheet.
My first idea is to refer the value to a Cell as per below:
I get no result in Cell 'A2' as the value of 'ID' is empty.![]()
Sub summary(ByVal ID As String) ' If I hover over this 'ID' text, I see the actual value I need. Sheets("test").Cells.Range("A2").Value = ID ' If I hover over this 'ID' text, I see the actual value as empty?
My question is, how do I get the 'ID' value into a Cell, so I can use it?
Thanks
Bookmarks