J R Taylor
New Member
- Joined
- Mar 15, 2018
- Messages
- 1
March 2018 Windows 10 update has scrambled Excel 2003, both the spreadsheet and also the vba. I use vba, among other things, to 'compile' javascript into closure-compiled form. It appears to have lost the ability to understand classes. For example, I have a js class which includes position:absolute. The positioning is lost so my web layout is seriously corrupted. I have experimented and found that this can be corrected by adding position:absolute explicitly to the element concerned. I assume that other class properties are being ignored (although not tested at the moment).
I would very much appreciate help to fix these missing classes. It is a large and complex layout and replacing all classes with the relevant individual properties is daunting to say the least.
I would very much appreciate help to fix these missing classes. It is a large and complex layout and replacing all classes with the relevant individual properties is daunting to say the least.