![]() |
|
![]() |
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
![]()
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. |
![]() |
Tags |
ms word vba, pdf in webbrowser control, word user form |
|
![]() |
||||
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 |
![]() |
DougsGraphics | Word VBA | 2 | 06-24-2015 07:31 AM |
![]() |
marksm33 | Word VBA | 3 | 01-15-2015 07:55 PM |
![]() |
marksm33 | Word VBA | 3 | 01-15-2015 05:59 PM |