Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() "Mirsten Choiple" wrote in message ... Can an Excel macro be converted into a VBdotnet Windows application? Thanks in advance, Mirsten Choiple The routines - yes The code modules can be largely just imported but you should note there are some changes between VBA and ..Net For example there are no variants in .net and the handling of arrays is somewhat different. Importing forms is also possible but you are better off rebuilding them using the .net tools. The actual Spreadsheet functionallity still requires Excel you can build a compiled .net addin to replace the VBA routines. Keith |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Running a macro from windows application | Excel Discussion (Misc queries) | |||
can i record a macro from excel to invvoke another windows application | Excel Discussion (Misc queries) | |||
Windows application error message | Excel Discussion (Misc queries) | |||
separate application windows | Excel Discussion (Misc queries) | |||
How to keep userform always on the top of all windows application | Excel Discussion (Misc queries) |