Skip to content

Commit d9b5b94

Browse files
authored
Update README.md
1 parent 170bfe7 commit d9b5b94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ This is an evolving document. Submit a pull request and start the conversation!
284284
* Prefer the verb "Pluck" for functions that return a `Range`.
285285

286286
```vb
287-
Public Function PluckIYYRow() As Workbook
287+
Public Function PluckIYYRow() As Range
288288
'the magic happens in here
289289
Set PluckIYYRow = .Range(.Cells(rngIYY.Row, 1), _
290290
.Cells(rngIYY.Row, lngLastCol))

0 commit comments

Comments
 (0)