Hello,
does anyone have a simple vba function to generate worksheet with, for example, 100 columns and 10.000 rows?
Hello,
does anyone have a simple vba function to generate worksheet with, for example, 100 columns and 10.000 rows?
You can help me too.
Hi,
What kind of data you wish to have in this sample? Numbers?
One way to do this could be create array 100x10000, fill it with random numbers and then return this array to the sheet range.
This one will generate 10x10 sample:
![]()
Please Login or Register to view this content.
Last edited by kasan; 01-05-2017 at 07:54 AM.
Does anyone know the way without the array?
Thank you kasan.
I have changed your code a little:
![]()
Please Login or Register to view this content.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks