Hi All,
I'm new to using vba in word but have some practice with vba in excel.
That being said I have no code to offer up for anyone to look at only
what I need to get done via VBA if possible. Oh, and thanks tons in
advance for anything that will help or at least point me in the right
direction.
We have over 100 stores and a coworker of mine is creating forms using
acrobat 8. These stores will in turn email the XML file to their DM's
to populate an Xl workbook. Useing vba is there a way I can loop thru
changing the root name , basiclly find and replace, and then save the
XML as the root name. But it would be great if the macro could use
another document or spreasheet with the store names, or even the names
nested within the macro it self.
If I wasn't clear enough, which I'm usually not, I answer questions as
best as I can.
Again Thanks for any help.
Perry - 06 Apr 2007 19:25 GMT
I'm not sure what y're trying to achieve here.
Do you want the MS Word macro to retrieve XML file root settings
and store this in an Excel workbook?
As to reading the XML file:
there are dozens of (googled) freeware XML wrappers you could use to
read out XML files.
Hack, you could even use plain VBA to access and read out XML files.
Kindly elaborate on yr goals ...
--
Krgrds,
Perry
System:
Vista/Office Ultimate
VS2005/VSTO2005 SE
> Hi All,
> I'm new to using vba in word but have some practice with vba in excel.
[quoted text clipped - 15 lines]
>
> Again Thanks for any help.