|
-
Feb 24th, 2005, 06:49 AM
#1
Thread Starter
New Member
export data from excel to word
Hi does anyone know how to export selected data from an excel document and insert it in to specific points in a word document, is it even possible? any help appreciated..thanks
-
Feb 24th, 2005, 12:38 PM
#2
Re: export data from excel to word
Welcome to the Forums.
Yes its possible but will take a decent amount of code.
To start search the Forums for code examples (there are allot) on accessing
Excel using VB and also for accessing a Word Document. Then we would
merge the two together in a logical sense.
Connect to Excel and read your selected data. Then iterate through the
selected range and write it in the word document at the desired paragraph
or ???
Get the ball rolling and I will guide you on your way
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Feb 24th, 2005, 02:33 PM
#3
New Member
Re: export data from excel to word
Well... i have the same problems. However yhe answer of moderator is terribly beurocratic and gives no information at all. I have looked through the code examples. No solution for this probleme there
-
Feb 24th, 2005, 03:05 PM
#4
Re: export data from excel to word
Romur, a Moderators duties include overseeing their assigned Forum(s) for
many things like violations of the Forums AUP and secondly, answering
questions.
I post allot of anwers every day, probably one of the top posters, but I dont
think anyone will write an entire program for you if you dont show some
initive first. 
After a very quick and simple Search I found several examples that would
help you get started accesing Excel and Word from VB.
These two are the simplest and least cluttered. I would have replied earlier
but the search got so many hits that it took a while to come back from the
server.
Accessing Excel using VB.
Accessing Word using VB.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|