Names in title are generic for simplicity. I can replace those with the correct file name(s) and Userform(s)
I can't figure out how this can be done.
This is the actual File path where File with NewDEForm (actual form name) is located:
This is rhe actual Userform name that needs to be opened by Book2:
How would I open NewDEForm from Book2 ? I tried this - it generates an error:
From a button click in Book2:
Any help would be greatly appreciated.
cr
I can't figure out how this can be done.
This is the actual File path where File with NewDEForm (actual form name) is located:
Code:
C:\Users\car19\Dropbox\2024 .xlsm
Code:
NewDEForm
How would I open NewDEForm from Book2 ? I tried this - it generates an error:
From a button click in Book2:
Code:
C:\Users\car19\Dropbox\2024 .xlsm\NewDEForm
Any help would be greatly appreciated.
cr