Forum Discussion

WittyGuy55's avatar
WittyGuy55
Copper Contributor
May 31, 2023
Solved

EXCEL ITEM

How do I pass a cell's value from an EXCEL spreadsheet to a macro for testing?  
  • HansVogelaar's avatar
    May 31, 2023

    WittyGuy55 

        Dim v As Variant
        v = Worksheets("Sheet1").Range("D3").Value
        ' do something with v

Resources