Forum home » Delegate support and help forum » Microsoft Excel VBA Training and help » Browsing
Browsing
Resolved · Low Priority · Version 2003
For upcoming training course dates see: Pricing & availability
RE: Browsing
Hi Oliver,
Hope you found the training useful. Regarding to your question, you can add create a macro or draw a command button to attach the following code:
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
Dim FileName As String
ChDir "C:\"
FileName = Application.GetOpenFilename
Exit Sub
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
The application method GetOpenFilename brings up the Open File window while ChDir changes to looks into a file path.
See if this helps.
Regards,
Katie
Microsoft Certified Trainer
|
