V
Vince
I have a table like the one shown below. It's easy to see that 1992 spans
from Column 2 to column 4. When I copy it in (say) notepad, I get something
like
1992 2000
In other words, I lose two tabs that indicate a span. it should be
1992 2000
My question is, is it possiblet to write a VBA macro that would substitute a
tab (chr 9) for any spanning? If so, how would I do this? Converting table
to text does not help either. I wrote a program in perl that does all other
processing. All I need to be able to do is to indicate spans by tabs from
the word table. So, I should have a
\t 1992 \t \t 2000 \t \t.
I tried exploring the cells and other .tables properties but can't seem to
find the right syntax.
Thanks,
Vince
1992
2000
Number
Proportion of temporary
employment
Proportion of total employment
Number
Proportion of temporary employment
Proportion of total
employment
from Column 2 to column 4. When I copy it in (say) notepad, I get something
like
1992 2000
In other words, I lose two tabs that indicate a span. it should be
1992 2000
My question is, is it possiblet to write a VBA macro that would substitute a
tab (chr 9) for any spanning? If so, how would I do this? Converting table
to text does not help either. I wrote a program in perl that does all other
processing. All I need to be able to do is to indicate spans by tabs from
the word table. So, I should have a
\t 1992 \t \t 2000 \t \t.
I tried exploring the cells and other .tables properties but can't seem to
find the right syntax.
Thanks,
Vince
1992
2000
Number
Proportion of temporary
employment
Proportion of total employment
Number
Proportion of temporary employment
Proportion of total
employment