PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Saturday, July 9, 2022

[FIXED] What Reference Set is Excel VBA's "Application.Worksheetfunction" In?

 July 09, 2022     excel, ms-access, reference, vba     No comments   

Issue

I am writing code in VBA for MS Access which opens and manipulates ranges and data in Excel worksheets. I've found the reference library (from Tools > References) that allow me to reference Excel objects like ranges, cells, etc. Now I want to take the average of a range but this would normally require use of the Application.Worksheetfunction class which does not seem to have been a member of the Microsoft Excel 16.0 Object Library. Which reference library would give me access to these functions?


Solution

Here's an image of all of the references that I use for VBA in Excel. I opened Access and by default the reference "Microsoft Office 16.0 Object Library" wasn't added.

Click here to see list of references that I use



Answered By - Brandon Podell
Answer Checked By - Mildred Charles (PHPFixing Admin)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing