I have been trying to solve several viscous heating problems using a CFD tool. I do not have a lot of wind tunnel experience and therefore do not have any way to “litmus check” the results I have been getting so far. The idea is to prove that one shape is better than another with respect to...
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!