Sub copyfiles()
'Updateby http://www.hardipdabhi.wordpress.com
Dim xRg As Range, xCell As Range
Dim xSFileDlg As FileDialog, xDFileDlg As FileDialog
Dim xSPathStr As Variant, xDPathStr As Variant
Dim xVal As String
On Error Resume Next
Set xRg = Application.InputBox("Please select the file names:", "www.hardipdabhi.wordpress.com", ActiveWindow.RangeSelection.Address, , , , , 8)
If xRg Is Nothing Then Exit Sub
Set xSFileDlg = Application.FileDialog(msoFileDialogFolderPicker)
xSFileDlg.Title = "Please select the original folder:"
If xSFileDlg.Show <> -1 Then Exit Sub
xSPathStr = xSFileDlg.SelectedItems.Item(1) & "\"
Set xDFileDlg = Application.FileDialog(msoFileDialogFolderPicker)
xDFileDlg.Title = "Please select the destination folder:"
If xDFileDlg.Show <> -1 Then Exit Sub
xDPathStr = xDFileDlg.SelectedItems.Item(1) & "\"
For Each xCell In xRg
xVal = xCell.Value
If TypeName(xVal) = "String" And xVal <> "" Then
FileCopy xSPathStr & xVal, xDPathStr & xVal
End If
Next
End Sub
-17% ₹99,999 M.R.P.: ₹1,19,999 EMI starts at ₹4,848. No Cost EMI available About this item Leica 50MP Quad cameras capture every moment in great detail. LYT 900 1inch image sensor with stepless f/1.63 - f/4.0 variable aperture. Leica Dual telephoto cameras giving freedom of multiple focal lengths. Xiaomi 14 Ultra records 8K video on all the cameras along along Dolby Vision for a professional cinematography experience. The high resolution 32MP front camera comes with smart FoV switching and records videos upto 4K 60fps The 6.73 inch WQHD+ 120Hz LTPO AMOLED display with a peak brightness of 3000nits meets the most demanding needs and provides the best viewing experience. The display reproduces 68 Billion+ colours . It is protected by Xiaomi Shield Glass. Xiaomi 14 boots with Xiaomi's HyperOS out of the box. HyperOS is based on Android 14 The flagship Snapdragon 8 Gen 3, 4nm processor is designed to provide groundbreaking performance. The processor is coupled with fast UFS 4.0 Stora...