Forum Discussion

Deleted's avatar
Deleted
Oct 06, 2019

Excel Macro, Can Range() refer to a variable/dynamic column?

Hi there,   I need a bit help on the Range() in Excel VBA.   Result = Sht2.Worksheets(Company.Value2).Range("a:a").Find(Sht1.Worksheets(Company.Value2).Cells(i, FindKey1.Column), LookIn:=xlValue...

Resources