¡@

Home 

c# Programming Glossary: vba

C#/.NET scripting library

http://stackoverflow.com/questions/1067784/c-net-scripting-library

like many other applications have e.g. MS Office using VBA or UltraEdit using JavaScript . Which libraries do exist for..

A Simple C# DLL - how do I call it from Excel, Access, VBA, VB6?

http://stackoverflow.com/questions/1170794/a-simple-c-sharp-dll-how-do-i-call-it-from-excel-access-vba-vb6

Simple C# DLL how do I call it from Excel Access VBA VB6 I have a simple class library written in c#. using System..

What is the best scripting language to embed in a C# desktop application? [closed]

http://stackoverflow.com/questions/137933/what-is-the-best-scripting-language-to-embed-in-a-c-sharp-desktop-application

model to a scripting langauge. Time was when that meant VBA which is still an option but the managed code derivative VSTA..

Resources for learning c# Excel interop [closed]

http://stackoverflow.com/questions/175763/resources-for-learning-c-sharp-excel-interop

and C#. Some important caveats are covered in C# and VBA Like Oil and Water also by Ken Getz. I would also see the article..

Reading large text files with streams in C#

http://stackoverflow.com/questions/2161895/reading-large-text-files-with-streams-in-c-sharp

being loaded into our application's script editor its like VBA for our internal product for quick macros . Most files are about..

Can't instantiate a COM object written in C# from VBA (VB6 ok)

http://stackoverflow.com/questions/375457/cant-instantiate-a-com-object-written-in-c-sharp-from-vba-vb6-ok

instantiate a COM object written in C# from VBA VB6 ok Using VS 2008 here is my COM object using System using.. o.Init A B End Sub This exact same code called from VBA in Excel gives automation error 0x80131700 Everything works.. fine. When I called CorBindToCurrentRunTime from VBA to try to forcibly load the CLR interestingly I get the exact..

Fastest way to interface between live (unsaved) Excel data and C# objects

http://stackoverflow.com/questions/3840270/fastest-way-to-interface-between-live-unsaved-excel-data-and-c-sharp-objects

but I don't know what the performance is like versus VBA which I'm currently using to read in the data or if there are.. exchange saying that VSTO was dramatically slower than VBA but that was a couple of years ago and I don't know if the performance.. 50x faster. If you run within Excel as an add in then VBA is among the fastest options but it does still involve COM and..

Scripting language for embedding into C#/.NET applications? [closed]

http://stackoverflow.com/questions/462311/scripting-language-for-embedding-into-c-net-applications

for C# .NET embedding Is it possible to somehow embed VBA similarly to Excel Word Or is perhaps JavaScript Lua are used..

Writing large number of records (bulk insert) to Access in .NET/C#

http://stackoverflow.com/questions/7070011/writing-large-number-of-records-bulk-insert-to-access-in-net-c

The analysis involves many queries and often a lot of VBA code. For various reasons I wanted to use C# instead of VBA... code. For various reasons I wanted to use C# instead of VBA. The typical way is to use OleDB to connect to Access. I used..

Reading from Excel (Range into multidimensional Array) C#

http://stackoverflow.com/questions/910400/reading-from-excel-range-into-multidimensional-array-c-sharp

Accessing a VSTO application-addin types from VBA (Excel)

http://stackoverflow.com/questions/1474205/accessing-a-vsto-application-addin-types-from-vba-excel

yet. BTW using VS 2008 and Excel 2007. Thanks c# excel vba excel vba vsto share improve this question VSTO is not a.. using VS 2008 and Excel 2007. Thanks c# excel vba excel vba vsto share improve this question VSTO is not a DLL that..

Is there a way to overload the constructor / initialize procedure for a class in VBA?

http://stackoverflow.com/questions/1731052/is-there-a-way-to-overload-the-constructor-initialize-procedure-for-a-class-in

with parameters. Can this be done c# excel ms access oop vba share improve this question As Jtolle indicated this is..

Side-By-Side COM Interop with C# and VBA

http://stackoverflow.com/questions/1903220/side-by-side-com-interop-with-c-sharp-and-vba

in a C# application soon and rather not do it twice . c# vba com interop side by side share improve this question You.. Context . If you can import the relevant win32 calls into vba and you can then you can use the activation context api to load..

Access VBA equivalent to a C# List<T>

http://stackoverflow.com/questions/3497982/access-vba-equivalent-to-a-c-sharp-listt

string arrays to my C# object from Access 2000 c# vba interop access vba share improve this question You can't.. to my C# object from Access 2000 c# vba interop access vba share improve this question You can't marshal generics but..

Can't instantiate a COM object written in C# from VBA (VB6 ok)

http://stackoverflow.com/questions/375457/cant-instantiate-a-com-object-written-in-c-sharp-from-vba-vb6-ok

I think it is a framework initialization issue. c# .net vba com com interop share improve this question I'm going to..

Is it possible to convert VBA to C#?

http://stackoverflow.com/questions/388819/is-it-possible-to-convert-vba-to-c

VBA to C# I have a few modules of block of code in vba to run on few access databases. I would like to know how should.. the same results as i am getting now with access and vba. I am completely new to c# at this point. c# ms access vba.. I am completely new to c# at this point. c# ms access vba share improve this question Automatic conversion isn't possible..

Insert data in SQL Server database from excel using HTTP Post

http://stackoverflow.com/questions/6362657/insert-data-in-sql-server-database-from-excel-using-http-post

this Thanks in advance c# asp.net entity framework excel vba http post share improve this question Just change the POST..