proper VBA Array Formula

Gabriel222

New Member
Joined
Oct 24, 2008
Messages
14
Office Version
  1. 365
Platform
  1. Windows
Hi All !

How can I make an "array formula" in VBA without "using" an actual "excel fomula"

I'm asking because I need the VBA to work regardless of the language of the Excel or of the environment.

so although "=SUM(DATEVALUE(A1:A555))" works, (and would work if I used it via VBA in an english context)

I need it to work in "pure" VBA, so that the VBA can work in every "language context"

Thanks for your help ! ;)
 

Excel Facts

What is =ROMAN(40) in Excel?
The Roman numeral for 40 is XL. Bill "MrExcel" Jelen's 40th book was called MrExcel XL.
Hello,

The definition of "pure" can be highly subjective and even completely arbitrary ... :wink:

If, thanks to VBA, you are looking for a generic explanation of Arrays (which could then be applicable to many different programming languages),

you can take a look at : https://excelmacromastery.com/excel-vba-array/

Hope this will help
 
Upvote 0

Forum statistics

Threads
1,215,884
Messages
6,127,558
Members
449,385
Latest member
KMGLarson

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top