We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 170bfe7 commit d9b5b94Copy full SHA for d9b5b94
README.md
@@ -284,7 +284,7 @@ This is an evolving document. Submit a pull request and start the conversation!
284
* Prefer the verb "Pluck" for functions that return a `Range`.
285
286
```vb
287
- Public Function PluckIYYRow() As Workbook
+ Public Function PluckIYYRow() As Range
288
'the magic happens in here
289
Set PluckIYYRow = .Range(.Cells(rngIYY.Row, 1), _
290
.Cells(rngIYY.Row, lngLastCol))
0 commit comments