Gabriel222
New Member
- Joined
- Oct 24, 2008
- Messages
- 14
- Office Version
- 365
- Platform
- 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 !
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 !