Visio 2007 Standard vs Professional

L

Lozzaw

Hi

I have Visio installed on my PC. How do I tell if I am using Visio Standard
or Professional 2007?

Thanks, lozzaw
 
P

Paul Herber

Hi

I have Visio installed on my PC. How do I tell if I am using Visio Standard
or Professional 2007?

menu Help -> About
The top line of text tells you the full version data.
 
L

Lozzaw

Hi Paul,

Thanks for your reply. I tried that. Mine says Microsoft Office Visio 2007
(12.0.6211.1000) SP1 MSO (12.0.6213.1000).

What does that tell me?

Thanks, Laurie
 
P

Paul Herber

Hmmm, ok, check the menu File -> New
Do you have the Engineering and Software and Database entries?
If so you have professional.
 
L

Lozzaw

Hi

I don't have those menu commands so must have Professional.

Thanks for your help.
 
J

John... Visio MVP

Paul Herber said:
Hmmm, ok, check the menu File -> New
Do you have the Engineering and Software and Database entries?
If so you have professional.



Also look for the presence of VISPRX32.DLL in the Office 12 directory ( same
directoroy as Visio.exe)

John... Visio MVP
 
D

David Parker

Nice one John .. so, in VBA :

Len(Dir(visio.Application.Path & "VISPRX32.DLL"))>0

will return True if Visio Professional, else False.
 

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