![]() |
#1
|
|||
|
|||
![]()
Hey!!
I've got a string that I've populated with data (from MSAccess...) and I want to insert this data into a table. There are two columns (midwayish) in the table that this data should go into. I've got the first cell where data should go bookmarked as "police". I've got a string called cops filled with the information as such (so far): "name" & vbTab & "number" & vbCr & "name2" & vbTab & "number2" (etc) Now if there was a character that reprsented the arrow keys on the keyboard, I could simply replace vbTab with the Right arrow key, and vbCr with a Down and Left arrow key maneuver and that would be problem solved. But I don't know if this is possible. If that were the case, this would be all I'd have to do: Code:
.ActiveDocument.Bookmarks("police").Select .Selection.Text = (cops) |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
pivot table source data | hannu | Excel | 0 | 07-03-2010 04:54 AM |
![]() |
Anirudh_Dsp | Word Tables | 1 | 05-23-2010 07:48 AM |
![]() |
MastanehJD | Drawing and Graphics | 6 | 11-08-2009 01:24 PM |
![]() |
Eduardo | Word VBA | 5 | 06-15-2009 01:55 AM |
Extract from String using Wildcard | whousedmy | Word | 0 | 05-21-2009 01:35 AM |