E
Ed from AZ
Can the ALT+Select method of selecting a column of text be coded in
VBA? What methods would you use?
Ed
VBA? What methods would you use?
Ed
What would be the aim of the exercise?
Hi, Graham.
Our reports are generated in a text-only editor (think NotePad). We
can write in Word, but everything has to go into a text-only frame.
So "tables" are actually columns separated by spaces to align them.
Thankfully, it's a mono-spaced font.
Often, we can pull up an old report, replace one column with the new
data, and have the body of a new report. Were it a table, there would
be no problem. But it's plain text in the report program, so we can't
even create the table in Word and paste it iinto the report frame - it
has no idea what to do with it. Those who know a few things about
Word can use the ALT+Select, but a lot of people don't know it.
So I was thinking about a macro that might be able to help with this.
But it might need to use the ALT+Select in the VBA, and I didn't know
if that existed. BTW, we're using Word 2007.
Ed
Klaus Linke said:BTW in Word 2003, the ColumnSelectMode is indicated in the status bar
below the document when it's active.
In Word 2007 not, it seems.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.