UCASE... with Office 2010

  • Thread starter Thread starter Yves
  • Start date Start date
Y

Yves

Hi,

Any reason why that in the 2010 version. the UCASE function need to be
used like so : VBA.Ucase()...


Thanks
 
I've never used xl2010, but when you have to use this kind of syntax in earlier
versions, it usually means that a reference (tools|References inside the VBE)
for this project is missing.

I bet it's the same symptom of that missing reference in xl2010.

If you uncheck that missing reference, I bet the problem goes away. But if your
workbook actually needed that reference, then you'll have other problems that
you'll have to address.
 
A naked Ucase works fine for me in Excel 2010. I tried removing the
reference to test Dave's idea but I got a "can't remove..." message even in
a new workbook with no code.
 

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

Similar Threads

Shapes in 2010 1
Outlook 2010 contacts. 2
Excel 2010 Component Id 1
Username generator function 2
Use of UCase 4
Search 14
Porting from Excel 2003 to Excel 2010 12
DiagramNode Object 1

Back
Top