View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ccdubs ccdubs is offline
external usenet poster
 
Posts: 10
Default Excel macro to VB executable

Hi all,

Is it possible to take the VB code from an Excel macro and put it into a VB
compiler and make a VB executable?

The code I have is not excel specific, it is basically opening and writing
to text files with data sourced externally. At the moment Excel is used as
an intermediate program to obtain data and write it to the file. This takes
a lot of resources and doesn't cycle fast enough (it even slows the system
clock).

Any info is appreciated.