Open Word Document from Excel VBA UserForm

  Рет қаралды 31,733

Dr. Todd Grande

Dr. Todd Grande

9 жыл бұрын

This video demonstrates how to open a Microsoft Word document from an Excel VBA UserForm. The Word document names are stored as a variable in an Excel workbook and opened using VBA code.

Пікірлер: 18
@goldenwoof
@goldenwoof Жыл бұрын
Very informative, clear, and easy to follow. Thanks very much!
@Technicalvidz
@Technicalvidz 3 жыл бұрын
fantastic, wish you best of luck in future. This is very useful i never seen before. Thanks
@zureezee1887
@zureezee1887 7 жыл бұрын
I like this video especially since I'm not tech savvy, the step by step directives would allow anyone to open word document from an excel VBA user form
@mirandat1087
@mirandat1087 8 жыл бұрын
I've seen something this before in Excel but it was created by someone else. I tried to replicate it on my own and failed and I can now see where I went wrong (pretty much everything). The instructions presented here are easy to follow and I am confident that I could do this!
@dwiastuti4719
@dwiastuti4719 6 жыл бұрын
Miranda T Hey Miranda, are you still use macro? And are you ever practice this tutorial?
@happymm2008
@happymm2008 3 жыл бұрын
Dr Todd, this is great tutorial. It is very helpful. However, my word files are in sharedrive in another path and folder . Do you know how to write the code to open word file in different path not same as this workbook path? Thank you so much!
@anahgalloway2740
@anahgalloway2740 8 жыл бұрын
This tutorial was very easy to understand and follow until it started explaining creating the code for opening the file since I am so unfamiliar with coding. I am not sure when I will need to use this type of function in excel, but if I do, I think that this tutorial will be helpful to follow slowly step-by-step.
@jassrana5840
@jassrana5840 3 жыл бұрын
Hi Dr. You make me feel hopefully, Actually i was using mail merge features from work for making self declaration form for staff. But i want that word file will work automatically . With one click .(open-startmailmerge-makeform-close) from excel. Can you help please
@asaqarbeh4724
@asaqarbeh4724 6 жыл бұрын
I have used Command button instead of userform but the document shows no content at F5
@gusTechnikPro
@gusTechnikPro Жыл бұрын
And how do you check if a file is already open?
@lmt125
@lmt125 8 жыл бұрын
Great tutorial! How would I go about if I wanted it to open pdf in another folder path?
@lmt125
@lmt125 8 жыл бұрын
+lmt125 In case someone needs this too. What I did to be able to open a pdf directly from a userform is : 1. Created a text box called File Link 2. In that text box the person puts the file path 3. A command button to open file 4. For code I did this : Dim Path As String Path = textbox1.value or in mycase UserForm1.textbox1.value (because this is calling info from that userform) ActiveWorkbook.FollowHyperlink Path This works great =)
@tongapo9361
@tongapo9361 5 жыл бұрын
is it posible to make VBA, that open 2 or more word doc from selected raws ot the excel table at one click on button?
@violetasull
@violetasull 5 жыл бұрын
I have the same question
@Robertyaro
@Robertyaro 5 жыл бұрын
Hello. Thank you for the tutorial. Yet, I don't know if it's me only, the quality of the video is very poor. I can't see what code you write. Could you possibly improve it, knowing that the objective is to REALLY help?
@dachhisudarshan3206
@dachhisudarshan3206 5 жыл бұрын
hello Dr Grande, can you also show how can we open a PPT from a userform window.. and the ppt should open in Slideshow mode
@drm9514
@drm9514 5 жыл бұрын
Hey, your codes are not visible. Please Zoom your your screen and then write.
@limitone9564
@limitone9564 2 жыл бұрын
you're probably not going to answer this question bec it's been so many years since you've created this video... but just in case you want to answer, here's my question... if the document is not of .docx and it's .doc or different types of .extentions. What is the syntax to add different file extentions... I tried adding a comma and then ".doc" but it didn't work.... thanks!
Configuring a TabStrip Control on an Excel VBA UserForm
12:28
Dr. Todd Grande
Рет қаралды 26 М.
Little girl's dream of a giant teddy bear is about to come true #shorts
00:32
Excel VBA Introduction Part 27.1 - Creating Word Documents
58:33
WiseOwlTutorials
Рет қаралды 176 М.
How to Create a Data Entry Form in Excel
34:30
Excel Macro Mastery
Рет қаралды 266 М.
Pt 3: Using a form, bookmarks, and VBA in MS Word to fill a document.
46:02
LearningEngineer.com
Рет қаралды 15 М.
Free Excel VBA Course #35 - Creating Word Reports Using VBA
25:23
VBA to BROWSE & COPY Data from SELECTED File in Excel
10:00
Leila Gharani
Рет қаралды 324 М.
Quiz App using Excel VBA
33:33
Coding Module
Рет қаралды 7 М.