I understand MS SS3 isnt certified for windows 10 however I have an odd problem with a VBA project which I am wondering if it could be down to the possibility of MS version and Windows 10. The VBA project allows me to place a large amount of data from an XLSX file as text elements into a DGN file. The machine I use in Windows 7 and MS SS4(08.11.09.829) and the project works flawlessly for me. When I run it on a colleagues machine running Windows 10 the following happens:
- The UserForm displays,
- I can browse and select the target XLSX file
- Data is read into multiple arrays
- I set custom text formatting settings/ scale data is to be inserted at/sort listboxes display certain data in the arrays etc...
- However, when I press the CommandButton which triggers my class to create and insert the text, I step through the debugger to see what happens until the code completes and awaits a data point from the user (This is used as the origin point around which all of the array data is relatively inserted as text elements). The problem I am encountering is that my Data Point is not being registered. I still like to work with a manual tentative snap and I use that to snap to an element at the origin, after doing so, MS doesn't recognise that I have supplied a data point.
Does anyone know if this could be caused by an uncertified version for Windows 10?