Tagged Questions

1
vote
4answers
2k views

Alternative to Excel’s RefEdit control that can be used outside of VBA

The RefEdit control that comes as part of VBA is a little buggy, but it's good for putting on a form when you want people to specify one or more ranges of cells (i.e. Excel.Range objects). The main …