0
votes
3answers
66 views
VBA Public Array : how to ?
Hi folks !
So today's problem is getting me mad because that should be easy and i can not find the answer :
How to declare a public array in VBA ? I'm using an array with the lett …
0
votes
3answers
61 views
vb.net: finding a position of a string within a string?
is instr used in vb.net for this?
2
votes
6answers
775 views
VB runtime functions in VB.NET for VB6 programmers
Hi,
I'm preparing a class on Visual Basic 2005 targeting Visual Basic 6 programmers migrating to the .NET platform.
My primary concern is to teach my students the best practices …
3
votes
3answers
135 views
PV Function and Porting VB6 to C#
I'm working on porting some classic VB6 code to C# and just stumbled across a usage of the PV function.
I feels wrong including a reference to the Microsoft.VisualBasic Assembly. …
