Thank you for opening a new issue! Please read the below and delete all unwanted text/sections before you submit your issue.
Diagnostics
Please run the CreateODDiagnosticsFile private method from the LibFileTools module. You can run it in several ways:
- Place the mouse cursor within the method and press F5 or the Run button in the VBA IDE (VBE)
- Type
Run "LibFileTools.CreateODDiagnosticsFile" in your Immediate window and press Enter
- Assign the macro to a button or shape within your host Application and then press it
Once ran, please post the resulting text file "DiagnosticsOD.txt" here. Or copy-paste its contents.
You might need to anonymize some of the information, like username, before you make it publicly available here.
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- ...
- See error
Additional context
Add any other context about the problem here.
Getting Subscript out of range when both running the GetLocalPath and when trying to run the Diagnostic code. This is with the new version of LibFileTools released yesterday.
Thank you for opening a new issue! Please read the below and delete all unwanted text/sections before you submit your issue.
Diagnostics
Please run the
CreateODDiagnosticsFileprivate method from theLibFileToolsmodule. You can run it in several ways:Run "LibFileTools.CreateODDiagnosticsFile"in your Immediate window and press EnterOnce ran, please post the resulting text file
"DiagnosticsOD.txt"here. Or copy-paste its contents.You might need to anonymize some of the information, like username, before you make it publicly available here.
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Additional context
Add any other context about the problem here.
Getting Subscript out of range when both running the GetLocalPath and when trying to run the Diagnostic code. This is with the new version of LibFileTools released yesterday.