|
-
Sep 28th, 2006, 09:33 AM
#1
Thread Starter
PowerPoster
import form vb into vba excel
... i have a form maked with vb 6.0 classic and i want to import into a vba for Excel project is possible? existis a good way to transform it in a vba form?
-
Sep 28th, 2006, 09:40 AM
#2
Re: import form vb into vba excel
VB (vb6 and prior) forms are not supported in VBE so you'd have to recreate it.
-
Oct 1st, 2006, 06:14 AM
#3
Re: import form vb into vba excel
If you want to use VB form in VBE/VBA:
What you can do is you can create a dll and add a reference in your vba/vbe code and you can call the required procedures/functions.
-
Oct 1st, 2006, 11:42 AM
#4
Re: import form vb into vba excel
But then you'd have to distribute that dll, register it ... so basically get yourself [voluntarily] into another dll hell ... not worth it as far as I'm concerned.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|