L
Lorin Lachs
Hi all,
Apologies if this is not the correct place to post this...
I have a Word template with a bunch of macros that I distribute to a
bunch of people every year or so. In the past, the recipients of this
template (let's call it "tools.dot") have all been running Office on
PCs. Now, I have a Mac user and I'd like to allow my template to work
for her too. Unfortunately, the template crashes Word (Word X) every
time it loads.
When I isolate the modules and view them in the visual basic editor
for Word X, it gives me a syntax error for the following statement
Public Enum blah
these
are
the
constants
end enum
Anyone have any tips? Also, are there any resources you can point me
to for pitfalls in porting a template from PC to Mac versions of vba
code?
Thanks!
Lorin
Apologies if this is not the correct place to post this...
I have a Word template with a bunch of macros that I distribute to a
bunch of people every year or so. In the past, the recipients of this
template (let's call it "tools.dot") have all been running Office on
PCs. Now, I have a Mac user and I'd like to allow my template to work
for her too. Unfortunately, the template crashes Word (Word X) every
time it loads.
When I isolate the modules and view them in the visual basic editor
for Word X, it gives me a syntax error for the following statement
Public Enum blah
these
are
the
constants
end enum
Anyone have any tips? Also, are there any resources you can point me
to for pitfalls in porting a template from PC to Mac versions of vba
code?
Thanks!
Lorin