View Single Post
  #1  
Old 16th February 2014, 06:24 PM
mattio mattio is offline
Member
 
Join Date: Jan 2011
Posts: 268
Default VBA Help after Windows 8.1 upgrade

I have just upgraded to a Windows 8.1 laptop and now I am having trouble with a macro that gets Tatts data, the error that comes up is saying:

Compile Error:

User-defined type not defined

The code it refers to is:

Dim xmldoc As MSXML2.DOMDocument

I haven't changed anything in the code or in the VBA References (etc) and as I am not that familiar with VBA I am hoping someone could please assist.

Cheers,

Mat.
Reply With Quote