I upgraded to windows 10 today and I thought I may like it until I tried running my programmes coded in Excel 2007 VBA. First of all I found I could not save a file to C:\ for some reason VBA was trying to add a random number after c:\ After changing the path to users\documents I then tried running my code which uses Microsoft XML Ver 6. My code fails as soon as I try to run at the following line:
Dim ReqHTTP As New XMLHTTP
The error is a Compile Error: User-defined type not defined
Has anybody any idea why this before I revert back to windows 7?
Thanks in advance
Dim ReqHTTP As New XMLHTTP
The error is a Compile Error: User-defined type not defined
Has anybody any idea why this before I revert back to windows 7?
Thanks in advance