Glasgowsmile
Active Member
- Joined
- Apr 14, 2018
- Messages
- 280
- Office Version
- 365
- Platform
- Windows
Trying the following:
Doesn't give an error but also doesn't appear to be working, what am I missing?
VBA Code:
set Fnd = Sheet1.Range("A:A").Find("Testing")
Sheet1.Range(Fnd.Offset(0,1)).Value
Doesn't give an error but also doesn't appear to be working, what am I missing?