NoxGalleon106
New Member
- Joined
- Oct 15, 2016
- Messages
- 29
Hi Team,
What is the VBA code for something like if activecell. value contains ".ts" And ActiveCell.Offset(0, 25).Value = "" Then
ActiveCell.Offset(0, 25).Value = "MM"
I am unsure on how to correctly code the contains part. Thanks!
What is the VBA code for something like if activecell. value contains ".ts" And ActiveCell.Offset(0, 25).Value = "" Then
ActiveCell.Offset(0, 25).Value = "MM"
I am unsure on how to correctly code the contains part. Thanks!