VBA building stand alone application

R

Roland

Is it possible to build a 'stand alone application'
starting from an Excel file coupled to several Visual
Basic Macros ?
 
T

Tom Ogilvy

If you build the macro in VB6 or VB.Net (separate products from Excel). Then
have your app manipulate Excel. If you mean so that the user doesn't need
to have excel installed, then probably not.
 
Top