I would like to write a macro that will "click" export (XML Map on developer tab).
When I try to record a macro, excel gives me this:
which of course just brings back errors. How can a I do this, so that the next person to use this (who doesn't have the developer tab) can just click my little button??![]()
ActiveWorkbook.XmlMaps("MY_Map").Export URL:= _ "C:\PATH\FILE.xml"
Bookmarks