View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Hal Styli[_2_] Hal Styli[_2_] is offline
external usenet poster
 
Posts: 2
Default VBA vs C#: filling a spreadsheet with random numbers - C# 4x slower...

I have a VBA macro which fills a sheet with 65536 random integers

In fact, it fills the sheet with 65536*256 = 16,777,216 random
integers.

Hal.