How do I load VB5 or 6 applications?

M

Mctabish

THis may sound stupid....

I have several sample file that end with .frm. They are writen in VB 5
and/or 6. (these are from ExceleTel and their TeleTools)

I would like to take a look at these, but when I try to load, I get an error
message
"the form class contained in FILENAME is not supported in vbe. The file
can't be loaded

Thankss
Mc
 
J

jaf

Hi Mc,
VB5 & 6 form files are not compatible with VBA.
However they are ASCII.
You can open them with Notepad or any other text editor.
Copy & paste the CODE into VBA. Not the header info.
The controls' names will have to be edited.

VB=text1
VBA=textbox1
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top