dehnemi
Mechanical
- Oct 6, 2003
- 3
In Excel VBA, how do you associate the currently selected cells to a named range object?
Dim myRange As Range
' Set myRange = Selection
' Set myRange = ActiveCell.CurrentRegion
neither of these seemed to work!
Dim myRange As Range
' Set myRange = Selection
' Set myRange = ActiveCell.CurrentRegion
neither of these seemed to work!