Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 75
Default Copy information from Excel to Word using 1 macro

Is there a way to copy information from Excel to Word without having to
format it? For example, I have a list of clients and each has an address.
The data is in Excel. The user goes to an Excel spreadsheet and selects the
client from a pick list and the data comes up for them. They then go to Word
and paste the data. I need to create a macro that will copy the data for
them to the clipboard, got this part in Excel, and then when the user hits
the paste button in Word the data will be pasted unformatted at the curser
location. To better understand what I need here is the menu progression in
Word:

Edit
PASTE Special
Unformatted Text

In VB from the Macros Recorder its:
Selection.PasteSpecial Link:=False, DataType:=wdPasteText, Placement:= _
wdInLine, DisplayAsIcon:=False


Can these Macros be combined into 1 Macros? Can this be done? If so any
help would be appreciated!!

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
excel copy cells to word template Garr New Users to Excel 2 August 8th 06 04:30 AM
Copy and paste Excel chart in Word -- font compresses ScooterGirl Charts and Charting in Excel 3 February 10th 06 03:25 AM
copy from Excel to word by macro with certain format wmax77 Excel Discussion (Misc queries) 0 February 9th 06 10:07 AM
passing arguments from an excel macro to a word macro KWE39 Excel Discussion (Misc queries) 1 July 7th 05 03:56 PM
Excel macro that opens new MS Word file and pastes data as a pictu Rob Excel Worksheet Functions 0 July 6th 05 05:12 PM


All times are GMT +1. The time now is 08:10 PM.

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"