Microsoft
Software
Hardware
Network
Question : Possible to use C# in Excel 2007 macro?
I'm more fluent in C# than VB and was hoping I can use C# code in Excel macros. Is this possible? I usually want to script against an Excel spreadsheet, but want to use C# code instead. Is there a quick and easy way to do this?
Answer : Possible to use C# in Excel 2007 macro?
I suppose you could write C# script that used Automation methods to open and control Excel.
(similar to this:
http://support.microsoft.c
om/kb/3020
84
)
But native Excel macros are always in VBA.
Random Solutions
Microsoft Access Maximum Objects is 32768. What objects are counted?
Vista Home wireless adapter connecting only with limitted access
Drive visible in Disk Management, but not in My Computer
Index on a table
MS Access VBA SQL query with varables - is it possible?
Allow other user than SA to change passwords and access to companies
Trying to filter a Sharepoint List
Convert datetime to character string
MS Access Report Displaying a Bitmap when a certain condition is met
Using Windows Certificates with VBA