-
Notifications
You must be signed in to change notification settings - Fork 122
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
The Excel Font Generator Tool "copy to clipboard" doesn't work on windows 10. But I found a solution. #58
Comments
Solution found from this link : https://chandoo.org/forum/threads/clipboard-copy-vba-code-not-working-in-windows-10.37126/post-223256 Option Explicit
#End If Sub ClipBoard_SetData(MyString As String)
OutOfHere2:
End Sub then call it like this: |
This will need fixing. I don't have easy access to Microsoft Office any more so it may take a while. Are you able to implement a fix and submit? |
Parola MD_MAX72xx Font Builder v4.zip |
Better you email the excel file directly to me. |
Your email? |
Oops, forgot that I made it private here. OK, try and attach the file to one of these comments. The toolbar above the text as you type has a paperclip for attachment. Not sure if there is a size limit. |
IMPORTANT
Before submitting this issue
[] Have you tried using the latest version of the library?
[] Have you checked this has not already been submitted and/or resolved?
[ ] If you are requesting help a better choice may be the Arduino forum
Subject of the issue
The Excel Font Generator Tool "copy to clipboard" doesn't work on windows 10. But I found a solution.
Your Environment
Library Version:
Arduino IDE version:
Host OS and Version:
CPU Hardware model/type:
Matrix hardware model/type: [ ] Parola [ ] Generic [ ] ICStation [*] FC-16 [ ] Custom (describe how wired)
Steps to Reproduce
It is not with Arduino code, it is about the Excel Font Generator Tool.
Expected Behaviour
It should copy the generated array into clipboard.
Actual Behaviour
It does not copy as obj.PutInClipboard does not work on windows 10.
Code Demonstrating the Issue
The text was updated successfully, but these errors were encountered: