VBA Converter Pack for Excel 2007

C

Chris Bean

Hello - I have a program that has VBA code and Excel 2007 tells me I need to
install the vba converter pack from office online, but when I go to office
online, it isn't there. Has anyone else had this problem and if so, were you
able to fix and how?

Thank you so much!
 
J

Jim Rech

I never heard of a VBA Converter Pack but apparently it's a real thing (to
convert Excel 5/95 VBA modules to the Excel 97+) type:

http://support.microsoft.com/kb/926430/

And apparently some people are unhappy that they can't just download it:

http://snipurl.com/3iehm [www_microsoft_com]

But since I have Excel 95 installed I just created a workbook with code and
it ran fine in Excel 2007 so I don't know what's going on.


--
Jim
| Did you try here
|
|
| Microsoft Office Compatibility Pack for Word, Excel, and PowerPoint 2007
| File Formats
|
http://www.microsoft.com/downloads/...70-3ae9-4aee-8f43-c6bb74cd1466&displaylang=en
|
| --
| HTH
|
| Bob
|
| (there's no email, no snail mail, but somewhere should be gmail in my
addy)
|
| | > Hello - I have a program that has VBA code and Excel 2007 tells me I
need
| > to
| > install the vba converter pack from office online, but when I go to
office
| > online, it isn't there. Has anyone else had this problem and if so,
were
| > you
| > able to fix and how?
| >
| > Thank you so much!
| > --
| > Chris Bean
| > NYS Division of the Budget
|
|
 
C

Chris Bean

Thanks, Bob, unfortunately, that will just convert earlier versions of files,
but I am looking for something that will convert VBA script from earlier
versions of Office to Office 2007. That's the problem I am running into and
can't seem to find this converter pack anywhere for VBA.

Thanks Again!

--
Chris Bean
NYS Division of the Budget


Bob Phillips said:
Did you try here


Microsoft Office Compatibility Pack for Word, Excel, and PowerPoint 2007
File Formats
http://www.microsoft.com/downloads/...70-3ae9-4aee-8f43-c6bb74cd1466&displaylang=en

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 
C

Chris Bean

Hi Jim - yes, I agree it is something that should be available for download,
the error message that comes up in Office even tells you to download it from
Microsoft, but it isn't available. I saw those postings as well. Possible
we may just have to hire someone to rewrite the code again.
 
J

Jim Rech

I really don't think there is much rewriting to be done. Most old code will
run fine in newer Excels Since I cannot reproduce the problem, as I
previously explained, I don't fully understand it. But I think that all
that would be required is copying the code from the Excel 95 versions of the
file to an Excel 97+ file.

--
Jim
| Hi Jim - yes, I agree it is something that should be available for
download,
| the error message that comes up in Office even tells you to download it
from
| Microsoft, but it isn't available. I saw those postings as well.
Possible
| we may just have to hire someone to rewrite the code again.
| --
| Chris Bean
| NYS Division of the Budget
|
|
| "Jim Rech" wrote:
|
| > I never heard of a VBA Converter Pack but apparently it's a real thing
(to
| > convert Excel 5/95 VBA modules to the Excel 97+) type:
| >
| > http://support.microsoft.com/kb/926430/
| >
| > And apparently some people are unhappy that they can't just download it:
| >
| > http://snipurl.com/3iehm [www_microsoft_com]
| >
| > But since I have Excel 95 installed I just created a workbook with code
and
| > it ran fine in Excel 2007 so I don't know what's going on.
| >
| >
| > --
| > Jim
| > | > | Did you try here
| > |
| > |
| > | Microsoft Office Compatibility Pack for Word, Excel, and PowerPoint
2007
| > | File Formats
| > |
| >
http://www.microsoft.com/downloads/...70-3ae9-4aee-8f43-c6bb74cd1466&displaylang=en
| > |
| > | --
| > | HTH
| > |
| > | Bob
| > |
| > | (there's no email, no snail mail, but somewhere should be gmail in my
| > addy)
| > |
| > | | > | > Hello - I have a program that has VBA code and Excel 2007 tells me I
| > need
| > | > to
| > | > install the vba converter pack from office online, but when I go to
| > office
| > | > online, it isn't there. Has anyone else had this problem and if so,
| > were
| > | > you
| > | > able to fix and how?
| > | >
| > | > Thank you so much!
| > | > --
| > | > Chris Bean
| > | > NYS Division of the Budget
| > |
| > |
| >
| >
| >
 
B

Bob Phillips

Sorry, I missed the gist of your post :-(

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

Chris Bean said:
Thanks, Bob, unfortunately, that will just convert earlier versions of
files,
but I am looking for something that will convert VBA script from earlier
versions of Office to Office 2007. That's the problem I am running into
and
can't seem to find this converter pack anywhere for VBA.

Thanks Again!
 
H

Hasse

The solution is really simple !

Download two DLL files from www.dlldump.com and restart Excel.

I found the solution on http://www.mrexcel.com/forum/showthread.php?t=280893

"Two files were placed in \program files\common files\microsoft
shared\vba\vba6
vbacv10.dll
vbacv10d.dll"

For native language versions of Excel search for where the folder vba6 is
located and put the file there !

It worked very well for me!

Good Luck

Hasse
 
N

nrsurprise

Seriously why can't MS post this? All my software is protected in a vault
per se that is offsite and not particularly local. This solution saved me
from 6 hours of driving!
 
V

vinupanikker

Bob Phillips said:
Did you try here


Microsoft Office Compatibility Pack for Word, Excel, and PowerPoint 2007
File Formats
http://www.microsoft.com/downloads/...70-3ae9-4aee-8f43-c6bb74cd1466&displaylang=en

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

Chris Bean said:
Hello - I have a program that has VBA code and Excel 2007 tells me I need
to
install the vba converter pack from office online, but when I go to office
online, it isn't there. Has anyone else had this problem and if so, were
you
able to fix and how?

Thank you so much!


JUST TRY THIS......DOWNLOAD FROM WWW.DLLDUMP.COM AND PLACE THE BELOW
MENTIONED DLLS IN .......C: \program files\common files\microsoft
shared\vba\vba6
vbacv10.dll
vbacv10d.dll
THIS WORKS AND VBA PROJECTS CAN BE OPENED IN EXCEL 2007

VINU
09249494987
 

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