Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transition to CallByName #1

Open
timhall opened this issue Apr 5, 2016 · 1 comment
Open

Transition to CallByName #1

timhall opened this issue Apr 5, 2016 · 1 comment

Comments

@timhall
Copy link
Member

timhall commented Apr 5, 2016

For compatibility purposes, CallByName is much more suitable than Application.Run (only available in Excel as far as I know). I propose switching from LogCallback to LogInstance and then using CallByName LogInstance, "Log", ....

@Sophist-UK
Copy link

Problem with CallByName is that it only calls methods in objects i.e. class modules which makes it both more limited and more complicated to use.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants