-
Solved: Using combobox value in a file path
Hi all,
My aim is to open a folder using a (variable) file path selected using a combobox (in a userform) to select the appropriate file.
I know this is wrong but this is what I've got so far:
[vba]FileName:="C:\Documents and Settings\Desktop\Batches\" & UserForm1.ComboBox1 = Value & "0001.emf", _[/vba]
Do I just have the wrong description or is it much more complicated?
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules