Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 12-21-2024, 04:32 AM
Tee Tee is offline Display a PDF in MS Webbrowser control when PDF is selected (clicked) from a ListBox Windows 10 Display a PDF in MS Webbrowser control when PDF is selected (clicked) from a ListBox Office 2021
Novice
Display a PDF in MS Webbrowser control when PDF is selected (clicked) from a ListBox
 
Join Date: Dec 2024
Posts: 3
Tee is on a distinguished road
Default

Thank you hungt for the code. I tried but it did not work. The webbroswer1 open google search with the file name and some javascript error comes up.



The below code is in Userform initialise section:

Dim MyFolder As String
Dim MyFile As String
Dim j As Integer
MyFolder = "C:\Users\Tee\Downloads"
MyFile = Dir(MyFolder & "\*.pdf")
Do While MyFile <> ""
ListBox1.AddItem MyFile
MyFile = Dir
Loop

I removed it and the code which you provided still didn't worked. I changed the folder location etc correctly.

Any idea what could be wrong or missing?

I appreciate your help.

Thank you.


Quote:
Originally Posted by hungt View Post
Private Sub CommandButton1_Click()
Dim filename As String
' filename = "d:\myPDF.pdf" ' file path
filename = ListBox1.List(ListBox1.ListIndex) ' selected item in ListBox1
WebBrowser1.Navigate filename
End Sub
Reply With Quote
Reply

Tags
ms word vba, pdf in webbrowser control, word user form



Similar Threads
Thread Thread Starter Forum Replies Last Post
Toggling control checkboxes to true when a value in a control drop down is selected ccamm Word VBA 4 03-16-2024 06:44 AM
MsgBox launch when a Check Box Content Control is clicked wolfgrrl Word VBA 1 06-21-2019 12:13 PM
Display a PDF in MS Webbrowser control when PDF is selected (clicked) from a ListBox Clicking the selected Content Control checkbox returns wrong control in vba event DougsGraphics Word VBA 2 06-24-2015 07:31 AM
Display a PDF in MS Webbrowser control when PDF is selected (clicked) from a ListBox Moving Selected Items from a Multiselect Listbox on a userform to a bookmark in Word marksm33 Word VBA 3 01-15-2015 07:55 PM
Display a PDF in MS Webbrowser control when PDF is selected (clicked) from a ListBox Getting mult resps. selected in listbox to concatenate & paste at a bookmark in Word marksm33 Word VBA 3 01-15-2015 05:59 PM

Other Forums: Access Forums

All times are GMT -7. The time now is 06:12 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft