Is it wrong to interact with the user from the model with objects such as a file dialog?
Or is it fine to encapsualte that functionality from within the model so the object contains the file selection rather than keep having to program the view with it?
Thanks,
1DMF.
"In complete darkness we are all the same, it is only our knowledge and wisdom that separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"
Free Dance Music Downloads
Code:
' open file dialog
Set oFile = Application.FileDialog(msoFileDialogFilePicker)
Or is it fine to encapsualte that functionality from within the model so the object contains the file selection rather than keep having to program the view with it?
Thanks,
1DMF.
"In complete darkness we are all the same, it is only our knowledge and wisdom that separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"
Free Dance Music Downloads