PC Review


Reply
Thread Tools Rate Thread

Toolbar option available for TABLE>INSERT>TABLE to enclose text into a table?

 
 
StargateFan
Guest
Posts: n/a
 
      29th Jan 2005
I couldn't seem to find a toolbar icon to do this. I have a big job,
similar to others, where I need to take a whole bunch of paragraphs
and to turn them into tables before putting into an Excel spreadsheet.
By making into a table first, the data "conversion" has been reliable,
unlike just copy/pasting (bunch of errors this way, whereas table text
no).

Also, since the categories change so much between paragraphs, no way
to speed the process up but, at least, if I could automate the
function of converting bits of text to tables so I wouldn't have to
use the pulldowns, that would save a lot of grief.

Is there any toolbar option, or does anyone know the VB coding that
would do the same thing?

Thanks!

 
Reply With Quote
 
 
 
 
Jay Freedman
Guest
Posts: n/a
 
      29th Jan 2005
Yes, you can do this.

Open the Tools > Customize dialog. If you want to make a new separate
toolbar for this, go to the Toolbars tab and click the New button.

While the dialog is still open, click the Table menu and click the
Convert item to expand it. Hold the Ctrl key while you drag the
Convert Text To Table item from the menu to any toolbar. (Normally I'd
tell you to drag the command from the Commands tab of the Customize
dialog to a toolbar, but for some reason it isn't there. Neither is
its sibling, Convert Table To Text.)

If you want to replace the text on the new button with an icon,
right-click it and select Change Button Image. Pick an icon, then
click Default Style.

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org

On Fri, 28 Jan 2005 21:34:44 -0500, StargateFan
<IDon'tAcceptSpam@IDon'tAcceptSpam.com> wrote:

>I couldn't seem to find a toolbar icon to do this. I have a big job,
>similar to others, where I need to take a whole bunch of paragraphs
>and to turn them into tables before putting into an Excel spreadsheet.
>By making into a table first, the data "conversion" has been reliable,
>unlike just copy/pasting (bunch of errors this way, whereas table text
>no).
>
>Also, since the categories change so much between paragraphs, no way
>to speed the process up but, at least, if I could automate the
>function of converting bits of text to tables so I wouldn't have to
>use the pulldowns, that would save a lot of grief.
>
>Is there any toolbar option, or does anyone know the VB coding that
>would do the same thing?
>
>Thanks!


 
Reply With Quote
 
 
 
 
Dian Chapman, MVP, MOS
Guest
Posts: n/a
 
      29th Jan 2005
I'm not exactly sure what you're asking here, but I think you're
saying you want to know how to convert text to a table?

If that's the case, select the area you want to convert, or hit Ctrl+A
to select all. Then click Table > Convert > Text to Table.

If you want to automate this, record it the first time as a macro and
then run to repeat.

Hope this helps...

Dian D. Chapman, Technical Consultant
Microsoft MVP, MOS Certified
Editor/TechTrax Ezine

Free Tutorials: http://www.mousetrax.com/techtrax
Free Word eBook: www.mousetrax.com/books.html
Optimize your business docs: www.mousetrax.com/consulting
Learn VBA the easy way: www.mousetrax.com/techcourses.html


On Fri, 28 Jan 2005 21:34:44 -0500, StargateFan
<IDon'tAcceptSpam@IDon'tAcceptSpam.com> wrote:

>I couldn't seem to find a toolbar icon to do this. I have a big job,
>similar to others, where I need to take a whole bunch of paragraphs
>and to turn them into tables before putting into an Excel spreadsheet.
>By making into a table first, the data "conversion" has been reliable,
>unlike just copy/pasting (bunch of errors this way, whereas table text
>no).
>
>Also, since the categories change so much between paragraphs, no way
>to speed the process up but, at least, if I could automate the
>function of converting bits of text to tables so I wouldn't have to
>use the pulldowns, that would save a lot of grief.
>
>Is there any toolbar option, or does anyone know the VB coding that
>would do the same thing?
>
>Thanks!
>


 
Reply With Quote
 
StargateFan
Guest
Posts: n/a
 
      29th Jan 2005
On Fri, 28 Jan 2005 23:03:48 -0500, Jay Freedman
<(E-Mail Removed)> wrote:

>Yes, you can do this.
>
>Open the Tools > Customize dialog. If you want to make a new separate
>toolbar for this, go to the Toolbars tab and click the New button.
>
>While the dialog is still open, click the Table menu and click the
>Convert item to expand it. Hold the Ctrl key while you drag the
>Convert Text To Table item from the menu to any toolbar. (Normally I'd
>tell you to drag the command from the Commands tab of the Customize
>dialog to a toolbar, but for some reason it isn't there. Neither is
>its sibling, Convert Table To Text.)


YES!! Glory be, but that's beautiful! I'm saving this message to a
text file to save to the floppies that I carry around with me from
work contract to work contract. Can't tell you how many times I've
created a macro to do that a pulldown item will do but that doesn't
appear in the commands tab in the toolbar customize! <g>

Thanks so much, that's exactly what I needed _without_ creating a
macro then a icon <sigh>, something I've become quite adept at in the
last few years! <vbg>

Cheers!

>If you want to replace the text on the new button with an icon,
>right-click it and select Change Button Image. Pick an icon, then
>click Default Style.
>
>--
>Regards,
>Jay Freedman
>Microsoft Word MVP FAQ: http://word.mvps.org
>
>On Fri, 28 Jan 2005 21:34:44 -0500, StargateFan
><IDon'tAcceptSpam@IDon'tAcceptSpam.com> wrote:
>
>>I couldn't seem to find a toolbar icon to do this. I have a big job,
>>similar to others, where I need to take a whole bunch of paragraphs
>>and to turn them into tables before putting into an Excel spreadsheet.
>>By making into a table first, the data "conversion" has been reliable,
>>unlike just copy/pasting (bunch of errors this way, whereas table text
>>no).
>>
>>Also, since the categories change so much between paragraphs, no way
>>to speed the process up but, at least, if I could automate the
>>function of converting bits of text to tables so I wouldn't have to
>>use the pulldowns, that would save a lot of grief.
>>
>>Is there any toolbar option, or does anyone know the VB coding that
>>would do the same thing?
>>
>>Thanks!


 
Reply With Quote
 
StargateFan
Guest
Posts: n/a
 
      29th Jan 2005
Hi, thanks! Jay Freedman kindly provided the answer in the previous
response. I can ctrl+drag the icon from the pulldown onto the toolbar
to get this without having to create a macro/icon to do this.

Thanks for your help, though! Appreciate it.

****************************
On Sat, 29 Jan 2005 04:35:28 GMT, (E-Mail Removed) (Dian Chapman,
MVP, MOS) wrote:

>I'm not exactly sure what you're asking here, but I think you're
>saying you want to know how to convert text to a table?
>
>If that's the case, select the area you want to convert, or hit Ctrl+A
>to select all. Then click Table > Convert > Text to Table.
>
>If you want to automate this, record it the first time as a macro and
>then run to repeat.
>
>Hope this helps...
>
>Dian D. Chapman, Technical Consultant
>Microsoft MVP, MOS Certified
>Editor/TechTrax Ezine
>
>Free Tutorials: http://www.mousetrax.com/techtrax
>Free Word eBook: www.mousetrax.com/books.html
>Optimize your business docs: www.mousetrax.com/consulting
>Learn VBA the easy way: www.mousetrax.com/techcourses.html
>
>
>On Fri, 28 Jan 2005 21:34:44 -0500, StargateFan
><IDon'tAcceptSpam@IDon'tAcceptSpam.com> wrote:
>
>>I couldn't seem to find a toolbar icon to do this. I have a big job,
>>similar to others, where I need to take a whole bunch of paragraphs
>>and to turn them into tables before putting into an Excel spreadsheet.
>>By making into a table first, the data "conversion" has been reliable,
>>unlike just copy/pasting (bunch of errors this way, whereas table text
>>no).
>>
>>Also, since the categories change so much between paragraphs, no way
>>to speed the process up but, at least, if I could automate the
>>function of converting bits of text to tables so I wouldn't have to
>>use the pulldowns, that would save a lot of grief.
>>
>>Is there any toolbar option, or does anyone know the VB coding that
>>would do the same thing?
>>
>>Thanks!


 
Reply With Quote
 
Dian Chapman, MVP, MOS
Guest
Posts: n/a
 
      30th Jan 2005
Not a problem and thanks for the thanks. Jay is a wiz and a great guy
with lots of tricks up his sleeves. ;-)

Dian D. Chapman, Technical Consultant
Microsoft MVP, MOS Certified
Editor/TechTrax Ezine

Free Tutorials: http://www.mousetrax.com/techtrax
Free Word eBook: www.mousetrax.com/books.html
Optimize your business docs: www.mousetrax.com/consulting
Learn VBA the easy way: www.mousetrax.com/techcourses.html



On Sat, 29 Jan 2005 09:00:34 -0500, StargateFan
<IDon'tAcceptSpam@IDon'tAcceptSpam.com> wrote:

>Hi, thanks! Jay Freedman kindly provided the answer in the previous
>response. I can ctrl+drag the icon from the pulldown onto the toolbar
>to get this without having to create a macro/icon to do this.
>
>Thanks for your help, though! Appreciate it.
>
>****************************
>On Sat, 29 Jan 2005 04:35:28 GMT, (E-Mail Removed) (Dian Chapman,
>MVP, MOS) wrote:
>
>>I'm not exactly sure what you're asking here, but I think you're
>>saying you want to know how to convert text to a table?
>>
>>If that's the case, select the area you want to convert, or hit Ctrl+A
>>to select all. Then click Table > Convert > Text to Table.
>>
>>If you want to automate this, record it the first time as a macro and
>>then run to repeat.
>>
>>Hope this helps...
>>
>>Dian D. Chapman, Technical Consultant
>>Microsoft MVP, MOS Certified
>>Editor/TechTrax Ezine
>>
>>Free Tutorials: http://www.mousetrax.com/techtrax
>>Free Word eBook: www.mousetrax.com/books.html
>>Optimize your business docs: www.mousetrax.com/consulting
>>Learn VBA the easy way: www.mousetrax.com/techcourses.html
>>
>>
>>On Fri, 28 Jan 2005 21:34:44 -0500, StargateFan
>><IDon'tAcceptSpam@IDon'tAcceptSpam.com> wrote:
>>
>>>I couldn't seem to find a toolbar icon to do this. I have a big job,
>>>similar to others, where I need to take a whole bunch of paragraphs
>>>and to turn them into tables before putting into an Excel spreadsheet.
>>>By making into a table first, the data "conversion" has been reliable,
>>>unlike just copy/pasting (bunch of errors this way, whereas table text
>>>no).
>>>
>>>Also, since the categories change so much between paragraphs, no way
>>>to speed the process up but, at least, if I could automate the
>>>function of converting bits of text to tables so I wouldn't have to
>>>use the pulldowns, that would save a lot of grief.
>>>
>>>Is there any toolbar option, or does anyone know the VB coding that
>>>would do the same thing?
>>>
>>>Thanks!

>


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to enclose text in a cell in quotes booker@mgt Microsoft Excel Misc 6 22nd Oct 2008 08:17 PM
Enclose my MS Access currency text to include quotation marks? =?Utf-8?B?NzBzX1JvY2tuUm9sbA==?= Microsoft Access Reports 1 13th Feb 2007 10:28 PM
How do I enclose all text entries in a column with parentheses? Ray K Microsoft Access 6 26th May 2006 07:27 PM
How to enclose a pdf (or any file) in merged e-mail messages? =?Utf-8?B?a2lsbGlhbl9kYXJrd2F0ZXI=?= Microsoft Outlook Discussion 1 7th Jul 2005 02:13 PM
enclose an e-mail in an e-mail =?Utf-8?B?bG91ZnJlcmU=?= Microsoft Outlook Discussion 1 25th Oct 2004 04:29 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:07 PM.