Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Obtain Word Doc Info Into Excel


Hello. I am using Excel 2000.

I am very grateful for all the help I've received here and now I'm
asking for
your help concerning gathering information from a Word doc into Excel.

I wonder if it is possible to "capture" data from a Word doc and save
it into an
Excel Sheet, thus preserving a "database" of the user's inputs over
time. Specifically . . .

Idea 1 : If a Word doc existed with a Table of 10 columns and 8 rows,
could the entire contents of those 80 fields be saved as a single
record (row)
in Excel ? That is, into the next empty row on Sheet 1 from columns A
to CB
(which is 80 columns wide). What VBA code could open the Word doc,
obtain the 80 fields of data and copy it into Excel ?

Idea 2: Very similar. If a Word doc existed as a Word Fill-In Form,
say
with 25 distinct fields, could such data "capture" also be accomplished
into
Excel as mentioned above, via VBA ? That is, all 25 fields as a single
record
in Excel, beginning with column A, at the next available empty row.

I know in Excel one means of transferring values is like the code line
below.

Range("Sales!C12").Value = Range("Inventory!M35").Value

(The code above gathers the value from cell M35 on the Inventory Sheet
and places
it into cell C12 on the Sales Sheet. I am assuming there should be some
similar
syntax to obtain field data from Word into Excel.)

If this is possible, I would appreciate any coding help along these
lines.

Thank you very much.

WayneK


--
WayneK
------------------------------------------------------------------------
WayneK's Profile: http://www.excelforum.com/member.php...o&userid=23037
View this thread: http://www.excelforum.com/showthread...hreadid=388413

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
linking info from word and excel Kaylen Excel Discussion (Misc queries) 0 May 8th 08 09:13 PM
Excel Word copying info from Excel to Word without gridlines / bor Renee Thomas Excel Discussion (Misc queries) 2 September 13th 07 09:24 AM
copying excel info into word EricS Excel Discussion (Misc queries) 2 June 6th 07 04:13 PM
getting specific info from a word document into excel smintey Excel Discussion (Misc queries) 3 December 8th 04 08:20 PM
Help with transfering info from Excel to Word Luc Dansereau[_2_] Excel Programming 1 May 20th 04 02:20 AM


All times are GMT +1. The time now is 04:19 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"