Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #44.2K
2 Posted Topics
This can be done either with in-the-cell Excel formulas (Index() and Match()), or with VBA; it depends on how your existing code is populating the other cells. Also, you can use the VBA 'worksheetfunction.' to gain programmatic access to many of the in-cell functions so you don't have to reinvent …
How does one control what's included and not included in a project? I am forced by the environment to work in the same directory as other projects. I have written a Class and also a Module with a subroutine that does not show up in my project, yet I see …
The End.