You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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", ....
The text was updated successfully, but these errors were encountered:
For compatibility purposes,
CallByName
is much more suitable thanApplication.Run
(only available in Excel as far as I know). I propose switching fromLogCallback
toLogInstance
and then usingCallByName LogInstance, "Log", ...
.The text was updated successfully, but these errors were encountered: