VBA building stand alone application

  • Thread starter Thread starter Roland
  • Start date Start date
R

Roland

Is it possible to build a 'stand alone application'
starting from an Excel file coupled to several Visual
Basic Macros ?
 
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.
 
Back
Top