ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Macro doesn't work in Excel 2003 (Con't) (https://www.excelbanter.com/excel-programming/301143-macro-doesnt-work-excel-2003-cont.html)

Polly[_3_]

Macro doesn't work in Excel 2003 (Con't)
 
Thanks for Simon's suggestion.However, I donno "Mid
()", "Right()" or "Trim()" belong to which group. So, I
donno which one to uncheck!

Thomas Ramel

Macro doesn't work in Excel 2003 (Con't)
 
Grüezi Polly

Polly schrieb am 11.06.2004

Thanks for Simon's suggestion.However, I donno "Mid
()", "Right()" or "Trim()" belong to which group. So, I
donno which one to uncheck!


Try to specify the reference exactly:

VBA.Mid(()
VBA.Right()
....
...
..

--
Regards

Thomas Ramel
- MVP for Microsoft-Excel -

[Win XP Pro SP-1 / xl2000 SP-3]

Jamie Collins

Macro doesn't work in Excel 2003 (Con't)
 
Thomas Ramel wrote ...

Grüezi Polly

Polly schrieb am 11.06.2004

Thanks for Simon's suggestion.However, I donno "Mid
()", "Right()" or "Trim()" belong to which group. So, I
donno which one to uncheck!


Try to specify the reference exactly:

VBA.Mid(()
VBA.Right()
...
..
.


It is not the VBA functions Mid, Right, trim etc *causing* the
problem. Rather, they are symptomatic of another problem i.e. an
unrelated missing reference.

For example, in a recent Excel project which had a reference to the
SOAP Toolkit, some users without the toolkit installed were getting
compile errors. The error highlight VBA's Mid function but the
underlying problem was the missing SOAP reference.

Jamie.

--

Dave Peterson[_3_]

Macro doesn't work in Excel 2003 (Con't)
 
Just to add to Jamie's reply:

Inside the VBE, select your project.
Then tools|references
scroll through that list looking for MISSING

Once you find it, you'll have to decide on if you can just uncheck it or if you
have to find the replacement.



Jamie Collins wrote:

Thomas Ramel wrote ...

Grüezi Polly

Polly schrieb am 11.06.2004

Thanks for Simon's suggestion.However, I donno "Mid
()", "Right()" or "Trim()" belong to which group. So, I
donno which one to uncheck!


Try to specify the reference exactly:

VBA.Mid(()
VBA.Right()
...
..
.


It is not the VBA functions Mid, Right, trim etc *causing* the
problem. Rather, they are symptomatic of another problem i.e. an
unrelated missing reference.

For example, in a recent Excel project which had a reference to the
SOAP Toolkit, some users without the toolkit installed were getting
compile errors. The error highlight VBA's Mid function but the
underlying problem was the missing SOAP reference.

Jamie.

--


--

Dave Peterson



All times are GMT +1. The time now is 08:51 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com