Problems with Excel VBA application

A

anonymous

Hi there! I have created an Excel VBA app. It's run just on my PC. When I
test on other machine, some times I have a compilation problem (something
like there is no reference for the mid, left o right functions). I had
checked the references, they are OK. But when I paste the code to a new
workbook, it runs OK. I can understand what going on? I'm using Win XP
SP2, Office 2003. Anxiously waiting your answers. Thanks a lot!!

PD: Sorry, my English it's horrible. I hope you'll understand me.
 
N

Nick Hodge

The three functions you mention are VBA ones. (From that object model) so
VBA must be installed on the client machine. With certain Excel versions a
'typical' install didn't install VBA

--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
(e-mail address removed)


Hi there! I have created an Excel VBA app. It's run just on my PC. When I
test on other machine, some times I have a compilation problem (something
like there is no reference for the mid, left o right functions). I had
checked the references, they are OK. But when I paste the code to a new
workbook, it runs OK. I can understand what going on? I'm using Win XP
SP2, Office 2003. Anxiously waiting your answers. Thanks a lot!!

PD: Sorry, my English it's horrible. I hope you'll understand me.
 

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