Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #6  
Old 12-21-2024, 06:01 AM
hungt hungt is offline Display a PDF in MS Webbrowser control when PDF is selected (clicked) from a ListBox Windows XP Display a PDF in MS Webbrowser control when PDF is selected (clicked) from a ListBox Office 2010
Banned
 
Join Date: Jan 2020
Posts: 2
hungt is on a distinguished road
Default

In UserForm


Option Explicit

Private Sub CommandButton1_Click()
Dim filename As String
' change "d:\sample.pdf" to the name of an existing file, np. "C:\Users\Tee\Downloads\XYZ.pdf"
filename = "d:\sample.pdf"
WebBrowser1.Navigate filename
MsgBox "Done"
End Sub

Private Sub CommandButton2_Click()
Dim filename As String
' first select - select one item in ListBox1, only then click CommandButton2
filename = ListBox1.List(ListBox1.ListIndex) ' selected item in ListBox1
WebBrowser1.Navigate filename
End Sub

Private Sub UserForm_Initialize()
'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
End Sub
Reply With Quote
 

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

Thread Tools
Display Modes


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 05:16 AM.


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