> I'm hitting a strange problem. I've got a large project that I'm
> porting from Office on Windows to Office on Mac OSX.
[quoted text clipped - 14 lines]
> Thanks in advance,
> gary hillerson

Signature
Please reply to the newsgroup to maintain the thread. Please do not email
me unless I ask you to.
John McGhie <john@mcghie.name>
Microsoft MVP, Word and Word for Macintosh. Consultant Technical Writer
Sydney, Australia +61 (0) 4 1209 1410
It's well beyond porting to AppleScript -- a very, very large piece of
code that's taken many years to evolve into its current state. I
simply haven't the time to port it, since the main customer base is on
the PC. I'm trying to make it available on the Mac, but don't have the
resources required to put a ton of effort into that.
The worst part is that it almost works fine. Most of it works fine.
But when I hit a little hitch, i pretty much have to work on the code
on my PC, and test on the Mac. VBE on the Mac sucks!
So, if i'm reading you correctly, I can on my PC export all of the
userforms and modules (about 100 in all), create a new, unprotected
project, import them all into that project, and then copy that over to
the Mac. I'll try that in a few minutes.
thanks,
g
>Hi Gary:
>
[quoted text clipped - 31 lines]
>> Thanks in advance,
>> gary hillerson
Jim Gordon MVP - 15 Mar 2006 02:37 GMT
Hi Gary,
You can password protect your project on the Mac, but you can't use a
digital signature. Signed code is not supported.
VBA on the Mac is VBE version 5. Any commands exclusive to VB 6 will not
work, but there's almost always a work-around. Active-X is Open Source
and has not been ported to the Mac, so anything that's an Active-X
control will not work unless you feel like porting Active-X (sounds like
you've already got a full plate).
The VBE on the Mac is plain-Jane. It gets the job done, but there's
nothing fancy there.
For future reference keep in mind that Microsoft has announced that VBA
is going to go away some day in the future (for Windows, but it's almost
certainly true for Mac, too). No such announcement was made concerning
AppleScript, which is why it was suggested as a VBA alternative.
If you find there's a syntax or something that you can't get to work,
search Google first but remember there are folks here who can help, too.
-Jim

Signature
Jim Gordon
Mac MVP
MVP FAQ
<http://mvp.support.microsoft.com/default.aspx?scid=fh;EN-US;mvpfaqs>
> It's well beyond porting to AppleScript -- a very, very large piece of
> code that's taken many years to evolve into its current state. I
[quoted text clipped - 49 lines]
>>>Thanks in advance,
>>> gary hillerson