Thread
:
resizing a range
View Single Post
#
1
Posted to microsoft.public.excel.programming
Norman Jones
external usenet poster
Posts: 5,302
resizing a range
Hi Don,
Set rect.resize(numRows + 1, numColumns + 1)
Should read:
Set rect.resize(numRows + 1, numColumns + 1)
---
Regards,
Norman
Reply With Quote
Norman Jones
View Public Profile
Find all posts by Norman Jones