View Single Post
 
Old 06-11-2015, 04:39 PM
macropod's Avatar
macropod macropod is offline Windows 7 64bit Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,342
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

You should be able to reformat the data via three wildcard Find/Replace operations, where:
Find = [^13]{3}
Replace = ^p•••^p^p
then
Find = Inventory number^13([!^13]@)[^13]{2}Title^13([!^13]@)[^13]{2}Date^13([!^13]@)[^13]{1,}
Replace = ^p\1^t\2^t\3
Find = •••
Replace = nothing

This will remove all the headings and leave the data in a tab-delimited format ready to copy & paste into Excel.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote