ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Ubound for variant not working for some reason, can anyone see why? (https://www.excelbanter.com/excel-programming/450027-ubound-variant-not-working-some-reason-can-anyone-see-why.html)

Mark Stephens

Ubound for variant not working for some reason, can anyone see why?
 
I have an array inside a variant which has 6,000 rows and two columns, when I try to read its Ubound value it returns 3! There's really nothing to the code so I know there's not too much to go on:

Dim lNoRowsExistingData As Long

lNoRowsExistingData = UBound(pvarrCht1, 1)


I checked the array (pvarrCht1) just before the code executes it appears to be correct (with 600 rows, two columns),anyone any idea why this doesn't work it's very bafflng?

Any help much appreciated, kind regards, Mark

Mark Stephens

Ubound for variant not working for some reason, can anyone seewhy? SOLVED
 
On Wednesday, 23 April 2014 10:42:29 UTC+7, Mark Stephens wrote:
I have an array inside a variant which has 6,000 rows and two columns, when I try to read its Ubound value it returns 3! There's really nothing to the code so I know there's not too much to go on:



Dim lNoRowsExistingData As Long



lNoRowsExistingData = UBound(pvarrCht1, 1)





I checked the array (pvarrCht1) just before the code executes it appears to be correct (with 600 rows, two columns),anyone any idea why this doesn't work it's very bafflng?



Any help much appreciated, kind regards, Mark


Sorry realised my error I didn't dimension the array properly!


All times are GMT +1. The time now is 04:14 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com