Cannot view visual basic functions

  • Thread starter Thread starter Arthur Richards
  • Start date Start date
A

Arthur Richards

I have had a spreadsheet emailed me which has some VB functions included.

I need to look at this code but I see nothing in the VB editor. The
spreadsheet seems to use these custom functions correctly.

Is there some trick to saving spreadsheets such that the VB code can be
inspected on another PC?

Thanks,
Arthur
 
Next time you're in the VBE, can you show your project. Then expand it to see
all its components.

If you tried to expand the project components and are prompted for a password,
then the developer locked it.
 
Thanks Dave.

Problem solved.
I did not realize that I had to invoke the Project Explorer.

Regards
Arthur
 
Sometime, the code is within a "FORM". Right-click on the Form and choose
"View Code" to see the code.

Arthur Richards said:
Thanks Dave.

Problem solved.
I did not realize that I had to invoke the Project Explorer.

Regards
Arthur
 

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

Back
Top