vba coding transfer to vb 6.0
could it be possible to transfer my vba coding to vba 6.0? how can it be done. somewhat like exporting or importing modules or forms. do it runs in my visual basic 6.0? or do i need to code again in visual basic 6.0? to be more specific, i have macros now, then i want this macros to be coded in visual basic 6.0. thanks in advance... :afrog:
Re: vba coding transfer to vb 6.0
Your VBA code is in what version of Office and what program? Yes most of the code will run with only minor tweeking. Export your classes and modules for easy mport to VB6 project but the Userforms are not compatible, just some of their code.
Re: vba coding transfer to vb 6.0
i am using microsoft office 2003. how can i build an object to connect all my VBA macros in microsof word?