Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Thanks, I was able to adapt your suggestion to fit what I want to do. This is how it looks: Dim Directory As Variant '*****CHANGE NEW EXCEL SOURCE FILE PATH HERE****** With Application.FileDialog(msoFileDialogFolderPicker) .Show Directory = .SelectedItems(1) strNewSource = Directory & "\Report Builder v 1.2.xls" End With '*****CHANGE NEW EXCEL SOURCE FILE PATH HERE****** -- ANDYGM ------------------------------------------------------------------------ ANDYGM's Profile: http://www.excelforum.com/member.php...fo&userid=3452 View this thread: http://www.excelforum.com/showthread...hreadid=531463 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
regular code module | Excel Discussion (Misc queries) | |||
code not unique find latest date | Excel Discussion (Misc queries) | |||
Conform a total to a list of results? | Excel Discussion (Misc queries) | |||
Macro for changing text to Proper Case | Excel Worksheet Functions | |||
close form code | Excel Discussion (Misc queries) |