Free Excel VBA Course #35 - Creating Word Reports Using VBA

  Рет қаралды 48,561

TrumpExcel

TrumpExcel

4 жыл бұрын

In this video, I will show you how to create word documents using Excel VBA and how to copy and paste data from Excel to Word.
The video covers:
-- Early and Late binding
-- Creating a new word document
-- Copying data from Excel to Word and saving it
-- Convert Early binding to late binding
✅ Download File: bit.ly/33HlFDs
☕ If you find my Excel videos useful and would like to support me, you can buy me a coffee - www.buymeacoffee.com/SumitB
Free Excel Course (Basic to Advanced) - trumpexcel.com/learn-excel/
Best Excel Books: trumpexcel.com/best-excel-books/
Subscribe to get awesome Excel Tips every week: kzbin.info...
#Excel #ExcelTips #ExcelTutorial

Пікірлер: 41
@bhupiistersingh4097
@bhupiistersingh4097 3 жыл бұрын
Now, this is what I call a quality tutorial, not just to get one youtube video on the internet but how your yourself would want things to be explained. Kudos to you...
@rameshthangaraj6590
@rameshthangaraj6590 3 жыл бұрын
How to autofit excel table in word using your modules
@VanCamelCat
@VanCamelCat 2 жыл бұрын
This was an absolutely beautiful tutorial. You are a great guide! Thank you for being so detailed, so well organized, and such a great teacher. Keep it up 👍 👍
@sazenfrog
@sazenfrog Жыл бұрын
First macro I've ever written and it works really well. Many thanks for this clearly explained tutorial.
@CollDott
@CollDott 3 жыл бұрын
Extremely useful!! So late binding would be preferred as it doesn't bother anyone to go check object library and output the same stuff! But of course I need my word object library checked anyway for outlook use! Thank you!!
@sugunalakshmanan2196
@sugunalakshmanan2196 Жыл бұрын
Your teaching is very clear. So nice of you.
@trumpexcel
@trumpexcel Жыл бұрын
Thank you... Glad you're finding the videos useful :)
@alfredtolaget9101
@alfredtolaget9101 Жыл бұрын
Thank you so much, quality and well explained. very much appreciated.
@georgekhaba6436
@georgekhaba6436 2 жыл бұрын
time table : @2:24 creating a new word document using VBA library (early binding ) @5:18 creating a new word document using VBA create object (late binding) @7:44 steps of copying excel table to word using VBA @8:25 using the statement "with" to active multiple commands @9:51 using "with" statement to control the formatting of the text copied to word @12:36 copying the table to word @14:04 saving and exit the document (attention it will override the file with the same name ) @17:19 saving multiple document @19:25 taking the name of the sheet to name the automated word report @20:37 how to exit the word file after creating it @22:31 changing early binding to late binding ( assuming the other users don't have any VBA library )
@mangobrother
@mangobrother 2 жыл бұрын
Thank you. One of the best tutorials I have encountered. I very much like the way you teach sir.
@trumpexcel
@trumpexcel 2 жыл бұрын
Glad you found the tutorial useful :)
@cs-study-ua
@cs-study-ua 3 жыл бұрын
Super cool video & clear explanation
@anonymousx589
@anonymousx589 Жыл бұрын
Fantastic explanation, Thank you!
@juanpabloserranorubio3876
@juanpabloserranorubio3876 3 жыл бұрын
exactly what was searching for work
@tessabio679
@tessabio679 3 жыл бұрын
thanks so much, very helpful !!!
@booksalvation2025
@booksalvation2025 2 жыл бұрын
thank you for a great start to my problem, I my case I have a java app the creates excel sheets but need to print it out in word. And currently do a lot of manual copy and pasting so looks like I should be able to do away with that thanks to your wonderful demo
@explainedout
@explainedout 2 жыл бұрын
Great video!! Keep going, I am sure your channel will scale very soon!!
@nicopicco
@nicopicco 2 жыл бұрын
What a great video, thank you.
@TheMisiekMisiek
@TheMisiekMisiek 7 ай бұрын
Perfect! Very useful.
@p2kc1
@p2kc1 3 жыл бұрын
Thank you for this tutorial Is it possible to save the file automatically with a specified name instead of document1? Cheers
@soothingrelaxation4161
@soothingrelaxation4161 3 жыл бұрын
Thank you very much for this free tuto. Please, can you tell me if it's possible to generate more than one sheet in the same report?
@KrashNav
@KrashNav Жыл бұрын
Way to teach!
@prediction2302
@prediction2302 3 жыл бұрын
Excellent 👌
@margad-erdeneboldbaatar4704
@margad-erdeneboldbaatar4704 2 жыл бұрын
Thanks so much.
@onedaytradingcrypto2758
@onedaytradingcrypto2758 2 жыл бұрын
Nice tutorial .I like to learn this.
@malap123
@malap123 4 жыл бұрын
This is good. Can u read data from csv or text file and insert chart of that?
@AbedulmajidAlshraidehChannel
@AbedulmajidAlshraidehChannel 3 жыл бұрын
Great job. useful information. however, i have a question on how to select multiple tables in the range. I have multiple tables beneath each other. how to select them all instead of one (end of the 1st one).
@avijitnov
@avijitnov 3 жыл бұрын
WoW!!
@reviewsfixeshacksmunsur3805
@reviewsfixeshacksmunsur3805 2 жыл бұрын
Hi, how would I use vba coding to to convert information on student subject progress to individual student reports saved in word.
@shljain
@shljain 2 жыл бұрын
Hey, i’m trying to paste the table with long data into word doc using excel macro, it’s getting distributed across word doc, could u please assist? Could you please show us how to add the excel workbook at selected location in word?
@rajeshshah6758
@rajeshshah6758 4 жыл бұрын
Sumeet, Is it possible to do the same with notepad.? I want my data copied from excel to notepad.
@sallu21m
@sallu21m Жыл бұрын
will there be a requirement to transfer the word template in the same file path if we share the Excel file with other PC ???
@abdulhamidalhaddadi2255
@abdulhamidalhaddadi2255 Жыл бұрын
Great, this topic close to what I am looking for: "I would like to use this feature in a different way. I have a set of records in the Excel sheet file, and each record carries a number, date, subject and other information, and I would like to create a Word document with the record number and date which I select it only". May I have a questions: 1. How can I make a command bottom for each record to run this code instead to open VBA screen? 2. In your example I want to copy Region in first line, and Sales in second line. I am waiting your reply sir. Thank you
@limitone9564
@limitone9564 2 жыл бұрын
I like your style of explaining things... can you explain how to do the vba code for extracting data by Date? for example, Excel has to sort data by Date (date today, date tomorrow, etc) then extract it to Word by Dept, say Engineering Dept has 5 people coming in today, then Sales Dept has 8 people coming in today, etc... then generate a/one Word report per day/date with all the following data on one sheet: Name, Phone and Notes. Can you help?
@hajajahirhussain6814
@hajajahirhussain6814 4 жыл бұрын
Need video for outlook also. How to send a mail from vba?
@rameshthangaraj6590
@rameshthangaraj6590 3 жыл бұрын
How to add table autofit in the modules
@Ian_Enterprise
@Ian_Enterprise 2 жыл бұрын
Hello, Great tutorial But i don't get the correct data from my range I use this lastrw = Sheet1.Range("Z99999").End(xlUp).Row Sheet1.Range("Z3:AC" & lastrw).End(xlDown).End(xlToLeft).Copy But i get result from Row F ?? How can i get the results from any range i want.. Could you helpme please Thank you
@kittyhui347
@kittyhui347 Жыл бұрын
Why I cannot auto save as new docx file?
@mikelennon1078
@mikelennon1078 3 жыл бұрын
Does anyone knows how to simultaneously export all VBA Codes of a workbook into a word document without missing any Modules, Macros, etc contents?
@suribhandari1985
@suribhandari1985 2 жыл бұрын
Hi Sir - it not working in office 365. Kindly assist...
Каха и суп
00:39
К-Media
Рет қаралды 3,2 МЛН
Вечный ДВИГАТЕЛЬ!⚙️ #shorts
00:27
Гараж 54
Рет қаралды 14 МЛН
Excel VBA Introduction Part 27.1 - Creating Word Documents
58:33
WiseOwlTutorials
Рет қаралды 175 М.
Excel Macros & VBA - Tutorial for Beginners
50:20
Kevin Stratvert
Рет қаралды 1,1 МЛН
Free Excel VBA Course #26 - Using Arrays in VBA
47:33
TrumpExcel
Рет қаралды 39 М.
How to use Custom Types To Write Ultra Fast VBA code
12:51
Excel Macro Mastery
Рет қаралды 29 М.
3 Essential Excel skills for the data analyst
18:02
Access Analytic
Рет қаралды 1,5 МЛН
How To Copy Multiple Excel Tables To Word Using VBA
25:10
Sigma Coding
Рет қаралды 7 М.