VBA: Count the Columns in a Selection
If you ever need to count the number of Columns that were selected, use Selection.Columns.Count
Put this in a module:
Public Sub CountMyColumns() MsgBox Selection.Columns.Count End Sub
Can't get the tutorial to work for you? Need help with your code?
Get answers right away at our AE Excel Support Forums!
Get answers right away at our AE Excel Support Forums!
Leave a comment
| Trackback


